From 7b02cd266d9f02883266a88ebc82178c66af8a88 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 15 Oct 2019 16:40:16 +0200 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 10 +++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96c877..d66e4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ +## [1.0.2](https://github.com/danielsogl/capacitor-face-id/compare/v1.0.1...v1.0.2) (2019-10-15) + + + ## [1.0.1](https://github.com/danielsogl/capacitor-face-id/compare/v1.0.0...v1.0.1) (2019-09-16) -# [1.0.0](https://github.com/danielsogl/capacitor-face-id/compare/6a14d52...v1.0.0) (2019-09-15) +# [1.0.0](https://github.com/danielsogl/capacitor-face-id/compare/6a14d52716c97868cb7198c9271f465567ca075d...v1.0.0) (2019-09-15) ### Features -* **app:** add ios support ([6bbc51e](https://github.com/danielsogl/capacitor-face-id/commit/6bbc51e)) -* **plugin:** add basic ios functions ([6a14d52](https://github.com/danielsogl/capacitor-face-id/commit/6a14d52)) +* **app:** add ios support ([6bbc51e](https://github.com/danielsogl/capacitor-face-id/commit/6bbc51ed0f06c7e5754f9f23b657ffc2c931119b)) +* **plugin:** add basic ios functions ([6a14d52](https://github.com/danielsogl/capacitor-face-id/commit/6a14d52716c97868cb7198c9271f465567ca075d)) diff --git a/package-lock.json b/package-lock.json index e12b8fc..1fbd2ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "capacitor-face-id", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 598f1d3..98e1464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-face-id", - "version": "1.0.1", + "version": "1.0.2", "description": "Allow users to authenticate with Face ID or Touch ID on iOS devices", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",