diff --git a/CHANGELOG.md b/CHANGELOG.md index c177b80..520c252 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.44](https://github.com/Cap-go/home-indicator/compare/6.0.43...6.0.44) (2024-09-16) + ### [6.0.43](https://github.com/Cap-go/home-indicator/compare/6.0.42...6.0.43) (2024-09-16) ### [6.0.42](https://github.com/Cap-go/home-indicator/compare/6.0.41...6.0.42) (2024-09-09) diff --git a/package.json b/package.json index c3ad0c6..d59c997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/home-indicator", - "version": "6.0.43", + "version": "6.0.44", "description": "hide and show home button indicator in Capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",