Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed May 4, 2023
1 parent 1fbf8b6 commit eb72b8a
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.

## [4.0.0](https://github.com/capacitor-community/privacy-screen/compare/v3.2.0...v4.0.0) (2023-05-04)


### ⚠ BREAKING CHANGES

* This plugin now only supports Capacitor 5.

### Features

* update gradle to 8.0.2 and gradle plugin to 8.0.0 ([90582c7](https://github.com/capacitor-community/privacy-screen/commit/90582c7dd11513be226587daab804fe75ba3949c))
* update to Capacitor 5 ([#55](https://github.com/capacitor-community/privacy-screen/issues/55)) ([f965405](https://github.com/capacitor-community/privacy-screen/commit/f96540542e5fa3f65a6fb46c605720b4db7b31ae))

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


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.2.0",
"version": "4.0.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 eb72b8a

Please sign in to comment.