From 5f13fd76c2748b8337a7603704b0604e42a01742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Nov 2024 15:12:52 +0000 Subject: [PATCH] chore(release): 6.9.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713ba588..da40c2ed 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.9.9](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.9.8...6.9.9) (2024-11-15) + + +### Bug Fixes + +* handler issue ([e1d90fe](https://github.com/Cap-go/capacitor-inappbrowser/commit/e1d90feac954cd1a966696861425e438a26f70bf)) + ### [6.9.8](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.9.7...6.9.8) (2024-11-11) ### [6.9.7](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.9.6...6.9.7) (2024-11-11) diff --git a/package.json b/package.json index ac5c09ac..9ed3bace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.9.8", + "version": "6.9.9", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",