diff --git a/CHANGELOG.md b/CHANGELOG.md index 994fb45..d11ff34 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. +### [8.1.91](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.90...8.1.91) (2024-12-09) + ### [8.1.90](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.89...8.1.90) (2024-12-02) ### [8.1.89](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.88...8.1.89) (2024-12-02) diff --git a/package.json b/package.json index 86bfa49..b7ab286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.90", + "version": "8.1.91", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",