diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d3e0b..9cfb9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.5.1] - 2019-4-26 +### Changed +- Updated doc strings and type definition for the createKeys function + ## [1.5.0] - 2019-4-17 ### Added - Added the ability to not display a biometrics prompt when creating keys @@ -70,3 +74,4 @@ All notable changes to this project will be documented in this file. [1.3.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.2.0...1.3.0 [1.4.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.3.0...1.4.0 [1.5.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.4.0...1.5.0 +[1.5.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.0...1.5.1 diff --git a/package-lock.json b/package-lock.json index c7c45cc..050a70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c6d882..5440999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "1.5.0", + "version": "1.5.1", "summary": "A React Native library for biometrics", "description": "React Native biometric functionality for signing and encryption", "main": "lib/index.js",