Skip to content

Commit

Permalink
updated version and changelog for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NappyPirate committed Nov 5, 2019
1 parent ae64cca commit 6989b34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.7.0] - 2019-11-5
### Changed
- Removed dependency on android app compat library for compatibility with androidx
- Used new access control policy for ios keystore

## [1.6.1] - 2019-8-12
### Changed
- Fixed reported security issues from npm in dev dependencies
Expand Down Expand Up @@ -91,3 +96,4 @@ All notable changes to this project will be documented in this file.
[1.5.2]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.1...1.5.2
[1.6.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.2...1.6.0
[1.6.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.0...1.6.1
[1.7.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.1...1.7.0
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.6.1",
"version": "1.7.0",
"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 6989b34

Please sign in to comment.