Skip to content

Commit 273da39

Browse files
authored
chore(main): release passkeys 0.2.1 (#10)
1 parent 889f274 commit 273da39

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/odd-passkeys": "0.2.0",
2+
"packages/odd-passkeys": "0.2.1",
33
"packages/odd-preact": "0.3.0"
44
}

packages/odd-passkeys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/oddsdk/passkeys/compare/passkeys-v0.2.0...passkeys-v0.2.1) (2023-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* better errors for prf ([8b390ec](https://github.com/oddsdk/passkeys/commit/8b390ec842cd90fef1c44d99621245e8763bac3a))
9+
310
## [0.2.0](https://github.com/oddsdk/passkeys/compare/passkeys-v0.1.0...passkeys-v0.2.0) (2023-05-18)
411

512

packages/odd-passkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oddjs/passkeys",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "ODD SDK Passkeys components.",
55
"author": "Hugo Dias <[email protected]> (hugodias.me)",
66
"license": "apache-2.0",

0 commit comments

Comments
 (0)