Skip to content

Commit 7d0ce42

Browse files
chore: version 2.0.1 [skip ci]
1 parent d860de5 commit 7d0ce42

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [2.0.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.0.0...v2.0.1) (2025-03-26)
2+
3+
### Bug Fixes
4+
5+
* ios: include showNavigationButtons in conversion function ([#55](https://github.com/ionic-team/capacitor-os-inappbrowser/pull/55)) ([d860de5](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d860de5d704e2d925ea77b538f5544940cd5818f))
6+
* properly return errors ([#54](https://github.com/ionic-team/capacitor-os-inappbrowser/pull/54)) ([383d67f](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/383d67fbc28cdff4ade88674c095268e31193584))
7+
8+
### Chores
9+
10+
* update dependency to Android native lib ([#46](https://github.com/ionic-team/capacitor-os-inappbrowser/pull/46)) ([898a962](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/898a9626612d344bf4ff7a1d33a3dae6ec729e29))
11+
112
# [2.0.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v2.0.0) (2025-01-13)
213

314

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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",
@@ -95,4 +95,4 @@
9595
"src": "android"
9696
}
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)