Skip to content

Commit b497548

Browse files
committed
chore: update CHANGELOG and bump version to 0.3.2
1 parent d8fa568 commit b497548

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# rn-passkeys
1+
# react-native-passkeys
2+
3+
## 0.3.2
4+
5+
### Patch Changes
6+
- 7eca9ea: Fix iOS Safari crashing due to largeBlob empty object
7+
8+
iOS Safari crashes when requesting a largeBlob credential with an empty object
9+
using the `get()` method.
10+
11+
This patch passes undefined if the request does not include a largeBlob object.
12+
13+
## 0.3.1
14+
15+
### Minor Changes
16+
17+
- 739b73b: Adds `getPublicKey` method
18+
Fixes Android support for Expo SDK 51
19+
Fixes default attestation preference to `none` on iOS
220

321
## 0.1.6
422

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-passkeys",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A library for using (webauthn) passkeys on iOS, Android & web with a single api",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -44,4 +44,4 @@
4444
"react": "*",
4545
"react-native": "*"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)