From 7e2024531d17d1d411384b0309d061318b7fe16e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 13:49:54 +0000 Subject: [PATCH] chore(release): 6.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb1ef4..55bdc49 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.8.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.8.0...6.8.1) (2024-10-16) + + +### Bug Fixes + +* lint ([ac11baf](https://github.com/Cap-go/capacitor-inappbrowser/commit/ac11bafa08ae430044a334bed8285ed5453ae580)) + ## [6.8.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.7.1...6.8.0) (2024-10-15) diff --git a/package.json b/package.json index ee2631b..8c7c8f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.8.0", + "version": "6.8.1", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",