Skip to content

Commit fed8efc

Browse files
committed
updated versions and changelog for 1.6.1 release
1 parent 3dcbde0 commit fed8efc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

4+
## [1.6.1] - 2019-8-12
5+
### Changed
6+
- Fixed reported security issues from npm in dev dependencies
7+
48
## [1.6.0] - 2019-7-10
59
### Changed
610
- Disabled use password option on iOS by default
@@ -86,3 +90,4 @@ All notable changes to this project will be documented in this file.
8690
[1.5.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.0...1.5.1
8791
[1.5.2]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.1...1.5.2
8892
[1.6.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.2...1.6.0
93+
[1.6.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.0...1.6.1

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.0",
3+
"version": "1.6.1",
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)