diff --git a/CHANGELOG.md b/CHANGELOG.md index ac121cc..35cf19c 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.34](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.33...8.1.34) (2024-07-29) + ### [8.1.33](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.32...8.1.33) (2024-07-22) ### [8.1.32](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.31...8.1.32) (2024-07-22) diff --git a/package.json b/package.json index 35a5814..90a822e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.33", + "version": "8.1.34", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",