Skip to content

Commit

Permalink
chore: bump passkey plugin version to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Jun 25, 2024
1 parent cdaec0e commit 069c57b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions plugins/passkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
# @zerodev/passkey-validator

## 5.3.2

### Patch Changes

- Removed redundant calls to passkey-server during message signing

## 5.3.1

### Patch Changes

- Update serialization to account for userId
- Update serialization to account for userId

## 5.3.0

### Minor Changes

- Kernel v3.1 released. And kernel versioning update. Added kernelVersion param in the interface.
- Kernel v3.1 released. And kernel versioning update. Added kernelVersion param in the interface.

## 5.3.0-alpha-0

### Minor Changes

- Integrated Kernel v3.1 and added kernelVersion param in account and plugins interface
- Integrated Kernel v3.1 and added kernelVersion param in account and plugins interface

## 5.2.8

### Patch Changes

- Decoupled creating passkey itself and creating the validator
- Decoupled creating passkey itself and creating the validator

## 5.2.5

### Patch Changes

- Remove usePrecompiled from enable data
- Remove usePrecompiled from enable data

## 5.2.4

### Patch Changes

- Fix Entrypoint version in getPasskeyValidator
- Fix Entrypoint version in getPasskeyValidator

## 5.2.3

### Patch Changes

- Update [email protected]
- Update [email protected]
2 changes: 1 addition & 1 deletion plugins/passkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/passkey-validator",
"version": "5.3.1",
"version": "5.3.2",
"author": "ZeroDev",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 069c57b

Please sign in to comment.