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",