Skip to content

Commit 9b890a5

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2026-01-16) ### Bug Fixes * **android:** Do not show error in WebView when web page has a resource that is unresolvable ([#105](#105)) ([0d407b6](0d407b6))
1 parent 0d407b6 commit 9b890a5

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.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v3.0.0...v3.0.1) (2026-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** Do not show error in WebView when web page has a resource that is unresolvable ([#105](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/105)) ([0d407b6](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/0d407b60a330019f257cd76e819f3ccf9ba78869))
7+
18
# [3.0.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.5.1...v3.0.0) (2025-12-08)
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.0",
3+
"version": "3.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",

0 commit comments

Comments
 (0)