From 5f5335077bfb8b8accbb2c6fefbac68f8a05fecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Aug 2024 04:50:08 +0000 Subject: [PATCH] chore(release): 6.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4067f..1c05958 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.5.1](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.5.0...6.5.1) (2024-08-30) + + +### Bug Fixes + +* create clearCache method to have all topic separated ([a300c2f](https://github.com/Cap-go/capacitor-inappbrowser/commit/a300c2fd62ebcfc5d08fe5ff47f75a6ff28f6617)) + ## [6.5.0](https://github.com/Cap-go/capacitor-inappbrowser/compare/6.4.4...6.5.0) (2024-08-30) diff --git a/package.json b/package.json index dd87dfa..2f280ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/inappbrowser", - "version": "6.5.0", + "version": "6.5.1", "description": "Capacitor plugin in app browser", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",