From 33bbabdec0a2fa77556ca55b7924b06c155b5416 Mon Sep 17 00:00:00 2001 From: Brandon Hines Date: Mon, 10 Feb 2020 16:43:55 -0600 Subject: [PATCH] updated version and changelog for 2.1.4 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b89ede..1971785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.1.4] - 2020-02-10 +## Changed +- Removed duplicate onAuthenticationError call in android +- Upgraded androidx.biomtric to the latest fix version + ## [2.1.3] - 2020-01-27 ## Changed - Fixed readme typo @@ -132,3 +137,4 @@ All notable changes to this project will be documented in this file. [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.1.4]: https://github.com/SelfLender/react-native-biometrics/compare/2.1.3...2.1.4 diff --git a/package-lock.json b/package-lock.json index 403748f..cbbf8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9965680..e48f6d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "2.1.3", + "version": "2.1.4", "summary": "A React Native library for biometrics", "description": "React Native biometric functionality for signing and encryption", "main": "build/cjs/index.js",