Skip to content

Commit

Permalink
Merge branch 'release/1.30.0' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 13, 2024
2 parents 6dc20dc + d12d07d commit b9e4498
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### vNext

-

### v1.30.0

- Add Wallet Permission System ([EIP-2255](https://eips.ethereum.org/EIPS/eip-2255)) support
- Added `initializing` wallet instance status
- Add `ed25519_signPayload` and `ed25519_signRaw` RPC methods
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cere-wallet-client",
"version": "1.29.4",
"version": "1.30.0",
"private": true,
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-wallet/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const WALLET_CLIENT_VERSION = '1.29.3';
export const WALLET_CLIENT_VERSION = '1.30.0';

0 comments on commit b9e4498

Please sign in to comment.