diff --git a/CHANGELOG.md b/CHANGELOG.md index a74be9b..1aea370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.0.0-next.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v2.0.0-next.1) (2025-01-13) + + +### Bug Fixes + +* 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)) +* Remove unnecessary permissions from AndroidManifest.xml ([#39](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/39)) ([90fb0b2](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/90fb0b2bdf282b896dec3f6433ddb44082f99509)) +* use proper repository and bugs urls ([d2c0bcf](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d2c0bcf740b2c4ffae5a28efa5c5541547245e69)) + + +### Features + +* updates plugin to be cap7 ready ([2d1b119](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2d1b119abb2bbe3d2a4e5274bfdd9ff5c96de24b)) + + +### BREAKING CHANGES + +* There were Capacitor 7 changes, that require a major version update. + # [2.0.0-dev.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.1.0-dev.2...v2.0.0-dev.1) (2025-01-13) diff --git a/package.json b/package.json index fa78f0b..8c809c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/inappbrowser", - "version": "2.0.0-dev.1", + "version": "2.0.0-next.1", "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.", "main": "./dist/plugin.cjs", "module": "./dist/plugin.mjs", @@ -95,4 +95,4 @@ "src": "android" } } -} \ No newline at end of file +}