diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eceb48..7b393e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.0.45](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.44...6.0.45) (2024-08-20) + + +### Bug Fixes + +* allow all android ([5813490](https://github.com/Cap-go/capacitor-inappbrowser/commit/5813490955f7b02367bb300a79e2818114d9b63e)) + ### [6.0.44](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.43...6.0.44) (2024-08-19) ### [6.0.43](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.42...6.0.43) (2024-08-19) diff --git a/package.json b/package.json index 72d2e074..c4825405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.0.44", + "version": "6.0.45", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",