From 8ac91c30e257fd2acfdf32e6c55cf5a425529aad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Aug 2024 15:01:56 +0000 Subject: [PATCH] chore(release): 6.0.53 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e6208c..fc205546 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.0.53](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.52...6.0.53) (2024-08-28) + + +### Bug Fixes + +* remove exemple as it's empty for now ([d423b3c](https://github.com/Cap-go/capacitor-inappbrowser/commit/d423b3c46bb13dab132e40fb51fa912d530cec5e)) + ### [6.0.52](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.51...6.0.52) (2024-08-26) ### [6.0.51](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.0.50...6.0.51) (2024-08-26) diff --git a/package.json b/package.json index ba146e6b..c6bad6a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.0.52", + "version": "6.0.53", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",