Skip to content

Commit 04e9553

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2025-08-21) ### Bug Fixes * export package.json to fix cap sync issues ([#6](#6)) ([19f4bf4](19f4bf4))
1 parent 19f4bf4 commit 04e9553

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/ionic-team/capacitor-privacy-screen/compare/v1.1.0...v1.1.1) (2025-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* export package.json to fix cap sync issues ([#6](https://github.com/ionic-team/capacitor-privacy-screen/issues/6)) ([19f4bf4](https://github.com/ionic-team/capacitor-privacy-screen/commit/19f4bf41f1b2e253c9911449662687ff0d992bef))
7+
18
# Changelog
29

310
## 1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/privacy-screen",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The Privacy Screen plugin provides functionality to prevent sensitive information from being visible in app switchers and when leaving an app.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)