diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e1e38..a49a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/capacitor-community/privacy-screen/compare/v1.0.0...v1.0.1) (2021-01-21) + + +### Bug Fixes + +* use UIViewController as overlay ([#12](https://github.com/capacitor-community/privacy-screen/issues/12)) ([a2bf3f8](https://github.com/capacitor-community/privacy-screen/commit/a2bf3f8397991dd21f96b351384db6acc3226dc7)) + ## 1.0.0 (2021-01-16) Initial release 🎉 diff --git a/package-lock.json b/package-lock.json index e2b5b14..0208d27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29f5738..23360ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "1.0.0", + "version": "1.0.1", "description": "Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.", "main": "dist/plugin.js", "module": "dist/esm/index.js",