Skip to content

Commit

Permalink
chore: bump versions of multi-chain validators
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Nov 29, 2024
1 parent 92ce24a commit f92058b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions plugins/multi-chain-ecdsa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zerodev/multi-chain-ecdsa

## 5.4.2

### Minor Changes

- Change `sendUserOpeations` to `prepareAndSignUserOperations`

## 5.4.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/multi-chain-ecdsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/multi-chain-ecdsa-validator",
"version": "5.4.1",
"version": "5.4.2",
"author": "ZeroDev",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions plugins/multi-chain-web-authn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zerodev/multi-chain-web-auth

## 5.4.3

### Minor Changes

- Change `sendUserOpeations` to `prepareAndSignUserOperations`

## 5.4.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/multi-chain-web-authn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/multi-chain-web-authn-validator",
"version": "5.4.2",
"version": "5.4.3",
"author": "ZeroDev",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit f92058b

Please sign in to comment.