Skip to content

Commit b074307

Browse files
bump
1 parent 393ef2d commit b074307

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ fingerprintAuth.available().then(avail => {
151151
```
152152

153153
## Changelog
154+
- 6.0.3 [Android interfered with other plugins' Intents](https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/pull/28).
155+
- 6.0.2 [Plugin not working correctly on iOS production builds / TestFlight](https://github.com/EddyVerbruggen/nativescript-fingerprint-auth/issues/27).
154156
- 6.0.1 Fixed a compatibility issues with NativeScript 3.4.
155157
- 6.0.0 Allow custom UI on Android.
156158
- 5.0.0 Better `Face ID` support. Breaking change, see the API for `available`.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-fingerprint-auth",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "A fingerprint authentication plugin for use in NativeScript apps",
55
"main": "fingerprint-auth",
66
"nativescript": {

0 commit comments

Comments
 (0)