diff --git a/CHANGELOG.md b/CHANGELOG.md index 31abe3a..3f6c9ee 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. +### [5.1.2](https://github.com/capacitor-community/privacy-screen/compare/v5.1.1...v5.1.2) (2024-08-08) + + +### Bug Fixes + +* **ios:** `contentMode` configuration option not working ([#101](https://github.com/capacitor-community/privacy-screen/issues/101)) ([314b576](https://github.com/capacitor-community/privacy-screen/commit/314b576b01f69828a886245db973dbc7560cd175)) + ### [5.1.1](https://github.com/capacitor-community/privacy-screen/compare/v5.1.0...v5.1.1) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index e0adcd9..b25c879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/privacy-screen", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/privacy-screen", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "devDependencies": { "@capacitor/android": "6.0.0", diff --git a/package.json b/package.json index 6776760..9ce8608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "5.1.1", + "version": "5.1.2", "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",