Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jan 21, 2021
1 parent 85bd7cd commit 2e69a1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
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-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",
Expand Down

0 comments on commit 2e69a1e

Please sign in to comment.