diff --git a/CHANGELOG.md b/CHANGELOG.md index 8182fc4..029213c 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. +### [0.1.13](https://github.com/Cap-go/home-indicator/compare/0.1.12...0.1.13) (2024-01-08) + ### [0.1.12](https://github.com/Cap-go/home-indicator/compare/0.1.11...0.1.12) (2024-01-08) ### [0.1.11](https://github.com/Cap-go/home-indicator/compare/0.1.10...0.1.11) (2024-01-02) diff --git a/package.json b/package.json index 12be3b1..12c9af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/home-indicator", - "version": "0.1.12", + "version": "0.1.13", "description": "hide and show home button indicator in Capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",