Skip to content

Commit 386e213

Browse files
chore(release): 1.1.0-dev.2 [skip ci]
# [1.1.0-dev.2](v1.1.0-dev.1...v1.1.0-dev.2) (2025-01-08) ### Bug Fixes * basic-tests github action ([#38](#38)) ([634425a](634425a)) * use proper repository and bugs urls ([d2c0bcf](d2c0bcf))
1 parent 634425a commit 386e213

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0-dev.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.1.0-dev.1...v1.1.0-dev.2) (2025-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* basic-tests github action ([#38](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/38)) ([634425a](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/634425a23ea0eecb3de645335f594823e59312dc))
7+
* use proper repository and bugs urls ([d2c0bcf](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d2c0bcf740b2c4ffae5a28efa5c5541547245e69))
8+
19
# [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)
210

311

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.1.0-dev.1",
3+
"version": "1.1.0-dev.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)