Skip to content

Commit

Permalink
updated changelog and version for 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NappyPirate committed Jan 27, 2020
1 parent 9ad31c1 commit dea4456
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.

## [2.1.3] - 2020-01-27
## Changed
- Fixed readme typo
- Improved android prompt cancellation handling

## [2.1.2] - 2019-12-29
## Changed
- Improved biometryType typescript definition
Expand Down Expand Up @@ -126,3 +131,4 @@ All notable changes to this project will be documented in this file.
[2.1.0]: https://github.com/SelfLender/react-native-biometrics/compare/2.0.0...2.1.0
[2.1.1]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.0...2.1.1
[2.1.2]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.1...2.1.2
[2.1.3]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.2...2.1.3
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": "2.1.2",
"version": "2.1.3",
"summary": "A React Native library for biometrics",
"description": "React Native biometric functionality for signing and encryption",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit dea4456

Please sign in to comment.