From 068bc6a27ed7485c20c44f5595079be092afaf5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Jun 2024 04:59:07 +0000 Subject: [PATCH] chore(release): 6.0.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d0aa5a..51acc6f1 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.13](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.12...6.0.13) (2024-06-03) + ### [6.0.12](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.11...6.0.12) (2024-05-29) ### [6.0.11](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.10...6.0.11) (2024-05-27) diff --git a/package.json b/package.json index d0a9e0d2..0a40e219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.0.12", + "version": "6.0.13", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",