diff --git a/CHANGELOG.md b/CHANGELOG.md index b3669fcf..1184d26f 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.47](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.46...6.0.47) (2024-08-21) + + +### Bug Fixes + +* build issue ([b704202](https://github.com/Cap-go/capacitor-inappbrowser/commit/b70420203e81232c642ef28c8169d8667e44a67c)) + ### [6.0.46](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.45...6.0.46) (2024-08-20) diff --git a/package.json b/package.json index a5f8672e..a1ce578c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.0.46", + "version": "6.0.47", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",