Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Oct 15, 2019
1 parent f54e319 commit 7b02cd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



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": "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",
Expand Down

0 comments on commit 7b02cd2

Please sign in to comment.