diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d0196..d39e8bc 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. +### [4.2.3](https://github.com/capacitor-community/privacy-screen/compare/v4.2.2...v4.2.3) (2024-02-17) + + +### Bug Fixes + +* **ios:** present the privacyViewController on the top ViewController ([#85](https://github.com/capacitor-community/privacy-screen/issues/85)) ([0603063](https://github.com/capacitor-community/privacy-screen/commit/0603063e7e1f550bf74d43aa216d3116329f6ee1)) + ### [4.2.2](https://github.com/capacitor-community/privacy-screen/compare/v4.2.1...v4.2.2) (2023-11-06) diff --git a/package-lock.json b/package-lock.json index b6ad544..5c0e5a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/privacy-screen", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@capacitor-community/privacy-screen", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "devDependencies": { "@capacitor/android": "5.0.0", diff --git a/package.json b/package.json index b08af34..d7235ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "4.2.2", + "version": "4.2.3", "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",