Skip to content

Commit b246038

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2026-02-11) ### Bug Fixes * **android:** AGP 9.0 no longer supports `proguard-android.txt` ([#107](#107)) ([a04d16c](a04d16c))
1 parent a04d16c commit b246038

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v3.0.1...v3.0.2) (2026-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** AGP 9.0 no longer supports `proguard-android.txt` ([#107](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/107)) ([a04d16c](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/a04d16c68ce2701c35a632f44a08e8c8d8b17bb8))
7+
18
## [3.0.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v3.0.0...v3.0.1) (2026-01-16)
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/inappbrowser",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)