From 366f8068cc5623476fa93993a19ab7ae25c5ca75 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Tue, 16 Apr 2024 08:57:36 +0200 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa1a21..866bf5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/capacitor-community/privacy-screen/compare/v4.2.4...v5.0.0) (2024-04-16) + + +### ⚠ BREAKING CHANGES + +* This plugin now only supports Capacitor 6. + +### Features + +* update to Capacitor 6 ([#89](https://github.com/capacitor-community/privacy-screen/issues/89)) ([eb4b4e6](https://github.com/capacitor-community/privacy-screen/commit/eb4b4e684e19a8af40be44c49356a36e3937e979)) + ### [4.2.4](https://github.com/capacitor-community/privacy-screen/compare/v4.2.3...v4.2.4) (2024-03-08) diff --git a/package-lock.json b/package-lock.json index eb28fe2..3bf3abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/privacy-screen", - "version": "4.2.4", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/privacy-screen", - "version": "4.2.4", + "version": "5.0.0", "license": "MIT", "devDependencies": { "@capacitor/android": "6.0.0", diff --git a/package.json b/package.json index 4ca45e2..ea5d7fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/privacy-screen", - "version": "4.2.4", + "version": "5.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",