diff --git a/CHANGELOG.md b/CHANGELOG.md index 076d271b..3448b303 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.2.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.1.1...6.2.0) (2024-08-28) + + +### Features + +* use preventDeeplink parameter also on ios ([ea2ee5b](https://github.com/Cap-go/capacitor-inappbrowser/commit/ea2ee5b72f6f663c5041fd24d127a8c263878e21)) + ### [6.1.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.1.0...6.1.1) (2024-08-28) ## [6.1.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.53...6.1.0) (2024-08-28) diff --git a/package.json b/package.json index c4d32d10..7d8f5386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.1.1", + "version": "6.2.0", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",