Skip to content

Commit 08910b9

Browse files
chore(release): 3.0.0-next.1 [skip ci]
# [3.0.0-next.1](v2.3.1...v3.0.0-next.1) (2025-09-08) ### Features * Capacitor 8 support ([0d4cc6c](0d4cc6c)) ### BREAKING CHANGES * Capacitor major version update requires major version update on the plugin.
1 parent 0d4cc6c commit 08910b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0-next.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.3.1...v3.0.0-next.1) (2025-09-08)
2+
3+
4+
### Features
5+
6+
* Capacitor 8 support ([0d4cc6c](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/0d4cc6c4d5e19c88310425bc2434fea329c6c8ba))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Capacitor major version update requires major version update on the plugin.
12+
113
## [2.3.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.3.0...v2.3.1) (2025-08-21)
214

315

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": "2.3.1",
3+
"version": "3.0.0-next.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)