Skip to content

Commit eba798b

Browse files
chore(release): 2.0.0-next.2 [skip ci]
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2025-10-15) ### Bug Fixes * **android:** replace kotlinOptions to support Kotlin 2.2.0 ([359e5f3](359e5f3))
1 parent 359e5f3 commit eba798b

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+
# [2.0.0-next.2](https://github.com/ionic-team/capacitor-privacy-screen/compare/v2.0.0-next.1...v2.0.0-next.2) (2025-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** replace kotlinOptions to support Kotlin 2.2.0 ([359e5f3](https://github.com/ionic-team/capacitor-privacy-screen/commit/359e5f3496ebdf571b03628b4c0d07ef617b5e69))
7+
18
# [2.0.0-next.1](https://github.com/ionic-team/capacitor-privacy-screen/compare/v1.1.1...v2.0.0-next.1) (2025-09-09)
29

310

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": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
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)