Skip to content

Commit 5a97433

Browse files
chore(release): 1.1.0-dev.1 [skip ci]
# [1.1.0-dev.1](v1.0.2...v1.1.0-dev.1) (2024-10-24) ### Features * updates plugin to be cap7 ready ([2d1b119](2d1b119))
1 parent 8f485b1 commit 5a97433

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+
# [1.1.0-dev.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v1.1.0-dev.1) (2024-10-24)
2+
3+
4+
### Features
5+
6+
* updates plugin to be cap7 ready ([2d1b119](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2d1b119abb2bbe3d2a4e5274bfdd9ff5c96de24b))
7+
18
## [1.0.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.1...v1.0.2) (2024-10-03)
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": "1.0.2",
3+
"version": "1.1.0-dev.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)