diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe851b..a9de0d7 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.19](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.18...8.1.19) (2024-06-24) + ### [8.1.18](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.17...8.1.18) (2024-06-24) ### [8.1.17](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.16...8.1.17) (2024-06-17) diff --git a/package.json b/package.json index f938e47..2bf7bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.18", + "version": "8.1.19", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",