Skip to content

Commit

Permalink
updated versions and changelog for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NappyPirate committed May 9, 2019
1 parent 6ac7f69 commit 10ab4cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.2] - 2019-5-9
### Changed
- Fixed android compilation error by re-organizing order of gradle repositories

## [1.5.1] - 2019-4-26
### Changed
- Updated doc strings and type definition for the createKeys function
Expand Down Expand Up @@ -75,3 +79,4 @@ All notable changes to this project will be documented in this file.
[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
[1.5.2]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.1...1.5.2
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-biometrics",
"version": "1.5.1",
"version": "1.5.2",
"summary": "A React Native library for biometrics",
"description": "React Native biometric functionality for signing and encryption",
"main": "lib/index.js",
Expand Down

0 comments on commit 10ab4cc

Please sign in to comment.