Skip to content

Commit 6989b34

Browse files
committed
updated version and changelog for 1.7.0
1 parent ae64cca commit 6989b34

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.7.0] - 2019-11-5
5+
### Changed
6+
- Removed dependency on android app compat library for compatibility with androidx
7+
- Used new access control policy for ios keystore
8+
49
## [1.6.1] - 2019-8-12
510
### Changed
611
- Fixed reported security issues from npm in dev dependencies
@@ -91,3 +96,4 @@ All notable changes to this project will be documented in this file.
9196
[1.5.2]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.1...1.5.2
9297
[1.6.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.2...1.6.0
9398
[1.6.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.0...1.6.1
99+
[1.7.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.1...1.7.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-biometrics",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"summary": "A React Native library for biometrics",
55
"description": "React Native biometric functionality for signing and encryption",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)