Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 6, 2023
1 parent 636c614 commit 72f6085
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [3.2.0](https://github.com/capacitor-community/privacy-screen/compare/v3.1.0...v3.2.0) (2023-04-06)


### Features

* add `screenshotTaken` listener ([#54](https://github.com/capacitor-community/privacy-screen/issues/54)) ([8fc812e](https://github.com/capacitor-community/privacy-screen/commit/8fc812e887ff0604b9f79c64d5ab370d917b6452))


### Bug Fixes

* **ios:** `removeAllListeners` method not found ([c547222](https://github.com/capacitor-community/privacy-screen/commit/c5472227db72cdea3928ee03d5c77190101206af))

### [3.1.0](https://github.com/capacitor-community/privacy-screen/compare/v3.0.1...v3.1.0) (2023-03-28)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.0",
"version": "3.2.0",
"description": "Capacitor plugin that protects your app from displaying a screenshot in Recents screen/App Switcher.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 72f6085

Please sign in to comment.