Skip to content

Commit feebfab

Browse files
authored
chore: release 0.1.0 (#26)
1 parent efe786a commit feebfab

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939

4040
### Added
4141

42+
- **Initial Release**: This version includes support for the following wallet RPC methods:
43+
- `wallet_addEthereumChain`
44+
- `wallet_switchEthereumChain`
45+
- `wallet_watchAsset`
46+
- `wallet_requestPermissions`
47+
- `wallet_getPermissions`
48+
- `wallet_revokePermissions`
49+
50+
## [0.1.0]
51+
52+
### Added
53+
4254
- **Initial Release**: This version includes support for the following wallet RPC methods:
4355
- `wallet_addEthereumChain`
4456
- `wallet_switchEthereumChain`

packages/example-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1",
1313
"uuid": "^10.0.0",
1414
"web3": "^4.14.0",
15-
"web3-plugin-wallet-rpc": "0.1.0-rc.1"
15+
"web3-plugin-wallet-rpc": "*"
1616
},
1717
"devDependencies": {
1818
"@chainsafe/eslint-config": "^2.0.0",

packages/web3-plugin-wallet-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-plugin-wallet-rpc",
3-
"version": "0.1.0-rc.1",
3+
"version": "0.1.0",
44
"description": "Web3.js plugin to add support for wallet-related RPC methods",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)