diff --git a/CHANGELOG.md b/CHANGELOG.md index d71d54b..dc1c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + + +# [2.0.0](https://github.com/f-23/react-native-passkey/compare/v1.1.3...v2.0.0) (2023-05-24) + # Changelog All notable changes to this project will be documented in this file. @@ -35,4 +39,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixes -- README fixes +- README fixes \ No newline at end of file diff --git a/package.json b/package.json index 81b521b..69ebcc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-passkey", - "version": "1.1.3", + "version": "2.0.0", "description": "Passkey implementation for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",