From e68d76a039c8eaabf24f8f7b902625fc54d0e67f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Sep 2023 16:19:15 +0000 Subject: [PATCH] chore(release): 1.2.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beceaf1..daa81c3 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. +### [1.2.10](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.9...1.2.10) (2023-09-28) + + +### Bug Fixes + +* add missing event close browser manually ([fa577e9](https://github.com/Cap-go/capacitor-inappbrowser/commit/fa577e94356404a54f065cfd8656b6256190433f)) + ### [1.2.9](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.8...1.2.9) (2023-09-12) ### [1.2.8](https://github.com/Cap-go/capacitor-inappbrowser/compare/1.2.7...1.2.8) (2023-09-07) diff --git a/package.json b/package.json index bf44931..e7d5c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "1.2.9", + "version": "1.2.10", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",