diff --git a/CHANGELOG.md b/CHANGELOG.md index fca5e56..63a852c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [2.1.3](https://github.com/capsule-org/react-native-passkey/compare/v2.1.1...v2.1.3) (2024-03-29) + ## [2.1.1](https://github.com/f-23/react-native-passkey/compare/v2.1.0...v2.1.1) (2023-09-13) # [2.1.0](https://github.com/f-23/react-native-passkey/compare/v2.0.0...v2.1.0) (2023-09-12) diff --git a/package.json b/package.json index c589e45..e306f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@usecapsule/react-native-passkey", - "version": "2.1.2", + "version": "2.1.3", "description": "Passkey implementation for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",