From 40cf29e58900211982c2adb681a242ded244f9e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Sep 2024 00:13:44 +0000 Subject: [PATCH] chore(release): 6.6.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d808f25..a029d4f 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. +### [6.6.2](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.6.1...6.6.2) (2024-09-04) + ### [6.6.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.6.0...6.6.1) (2024-09-03) diff --git a/package.json b/package.json index e891dfc..0b2fd02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.6.1", + "version": "6.6.2", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",