Skip to content

Commit

Permalink
chore: Release/v0.1.0 (#6)
Browse files Browse the repository at this point in the history
* changelog and release version

* config update

* updated links
  • Loading branch information
jdevcs authored Mar 20, 2024
1 parent 68ece21 commit fbe7b23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ index.html
Jenkinsfile*
*.log
cypress.config.js
tsconfig.json
tsconfig.build.json

.nyc_output/
coverage/
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0


### Added
- ChainstackPlugin Platform API functions for getting data of Org, Projects, NWs, Nodes & Identities
- ChainstackPlugin password protected provider feature
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@chainsafe/web3-plugin-chainstack",
"version": "1.0.0-alpha.3",
"version": "0.1.0",
"description": "web3.js plugin for Chainstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/web3/web3.js-plugin-template#readme",
"homepage": "https://github.com/ChainSafe/web3-plugin-chainstack",
"bugs": {
"url": "https://github.com/web3/web3.js-plugin-template/issues"
"url": "https://github.com/ChainSafe/web3-plugin-chainstack/issues"
},
"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
Expand Down

0 comments on commit fbe7b23

Please sign in to comment.