diff --git a/.changeset/polite-experts-punch.md b/.changeset/polite-experts-punch.md deleted file mode 100644 index d8c1482..0000000 --- a/.changeset/polite-experts-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openfort/react-native": patch ---- - -add passkey support diff --git a/CHANGELOG.md b/CHANGELOG.md index 587a17a..7b610d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.6 + +### Patch Changes + +- [#55](https://github.com/openfort-xyz/react-native/pull/55) [`7fec94e`](https://github.com/openfort-xyz/react-native/commit/7fec94eea4343ab65a3e40235899c12e27082803) Thanks [@isardmart](https://github.com/isardmart)! - add passkey support + ## 1.0.5 ### Patch Changes diff --git a/package.json b/package.json index d68e5ca..bfd1ead 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@openfort/react-native", "main": "dist/index.js", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "description": "React Native SDK for Openfort platform integration", "repository": {