From e45d6d5a53f716466c6af3c4d34636e91a6d4bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Jun 2024 06:43:15 +0000 Subject: [PATCH] chore(release): 6.0.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7734c8e..ecd0238 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.10](https://github.com/Cap-go/home-indicator/compare/6.0.9...6.0.10) (2024-06-10) + ### [6.0.9](https://github.com/Cap-go/home-indicator/compare/6.0.8...6.0.9) (2024-06-10) ### [6.0.8](https://github.com/Cap-go/home-indicator/compare/6.0.7...6.0.8) (2024-06-03) diff --git a/package.json b/package.json index 099a8ab..7b3828f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/home-indicator", - "version": "6.0.9", + "version": "6.0.10", "description": "hide and show home button indicator in Capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",