Skip to content

Commit

Permalink
chore: release 0.1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu authored Nov 5, 2024
1 parent efe786a commit feebfab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- **Initial Release**: This version includes support for the following wallet RPC methods:
- `wallet_addEthereumChain`
- `wallet_switchEthereumChain`
- `wallet_watchAsset`
- `wallet_requestPermissions`
- `wallet_getPermissions`
- `wallet_revokePermissions`

## [0.1.0]

### Added

- **Initial Release**: This version includes support for the following wallet RPC methods:
- `wallet_addEthereumChain`
- `wallet_switchEthereumChain`
Expand Down
2 changes: 1 addition & 1 deletion packages/example-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1",
"uuid": "^10.0.0",
"web3": "^4.14.0",
"web3-plugin-wallet-rpc": "0.1.0-rc.1"
"web3-plugin-wallet-rpc": "*"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-plugin-wallet-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-plugin-wallet-rpc",
"version": "0.1.0-rc.1",
"version": "0.1.0",
"description": "Web3.js plugin to add support for wallet-related RPC methods",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit feebfab

Please sign in to comment.