diff --git a/CHANGELOG.md b/CHANGELOG.md index 057dbdf..860413a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.4.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.4.0...1.4.1) (2024-03-20) + ## [1.4.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.3.17...1.4.0) (2024-03-20) diff --git a/package.json b/package.json index 04772f2..1933d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.4.0", + "version": "1.4.1", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",