diff --git a/CHANGELOG.md b/CHANGELOG.md index 6471f15..cf6335b 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.51](https://github.com/Cap-go/home-indicator/compare/6.0.50...6.0.51) (2024-10-14) + ### [6.0.50](https://github.com/Cap-go/home-indicator/compare/6.0.49...6.0.50) (2024-09-30) ### [6.0.49](https://github.com/Cap-go/home-indicator/compare/6.0.48...6.0.49) (2024-09-30) diff --git a/package.json b/package.json index c71b2ce..674684c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/home-indicator", - "version": "6.0.50", + "version": "6.0.51", "description": "hide and show home button indicator in Capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",