From b3ed305a78278ad8518890a48b798b8377dd2789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Aug 2024 04:03:01 +0000 Subject: [PATCH] chore(release): 6.0.43 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf3f3d..4209b94 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.0.43](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.42...6.0.43) (2024-08-19) + ### [6.0.42](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.41...6.0.42) (2024-08-12) ### [6.0.41](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.40...6.0.41) (2024-08-08) diff --git a/package.json b/package.json index 68feb88..ccf4dfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.0.42", + "version": "6.0.43", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",