Skip to content

Commit

Permalink
chore: bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Feb 21, 2024
1 parent 89b9187 commit d12f152
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions misc/identity-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @walletconnect/identity-keys

## 2.0.1

### Patch Changes

- Fix bug where chainPrefix is not added for eip1271 calls

## 2.0.0

### Major Changes

- Add support for eip1271 verification
- Change API to accept type alongwith the signature

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion misc/identity-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/identity-keys",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities to register, resolve and unregister identity keys",
"keywords": [
"identity",
Expand Down

0 comments on commit d12f152

Please sign in to comment.