diff --git a/CHANGELOG.md b/CHANGELOG.md index aaeffab7..32974b83 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. +### [1.2.8](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.7...1.2.8) (2023-09-07) + + +### Bug Fixes + +* colors issue ([6af0bb8](https://github.com/Cap-go/capacitor-inappbrowser/commit/6af0bb802530ec35234ac254b8822223285f4b14)) + ### [1.2.7](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.6...1.2.7) (2023-09-05) diff --git a/package.json b/package.json index 61dc8ae4..f32056b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.2.7", + "version": "1.2.8", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",