diff --git a/CHANGELOG.md b/CHANGELOG.md index 3913c36..5b89ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.1.3] - 2020-01-27 +## Changed +- Fixed readme typo +- Improved android prompt cancellation handling + ## [2.1.2] - 2019-12-29 ## Changed - Improved biometryType typescript definition @@ -126,3 +131,4 @@ All notable changes to this project will be documented in this file. [2.1.0]: https://github.com/SelfLender/react-native-biometrics/compare/2.0.0...2.1.0 [2.1.1]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.0...2.1.1 [2.1.2]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.1...2.1.2 +[2.1.3]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.2...2.1.3 diff --git a/package-lock.json b/package-lock.json index b7a664e..403748f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00c4e3c..9965680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "2.1.2", + "version": "2.1.3", "summary": "A React Native library for biometrics", "description": "React Native biometric functionality for signing and encryption", "main": "build/cjs/index.js",