diff --git a/CHANGELOG.md b/CHANGELOG.md index f1dcb10..b982bbe 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.17](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.16...8.1.17) (2024-06-17) + ### [8.1.16](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.15...8.1.16) (2024-06-17) ### [8.1.15](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.14...8.1.15) (2024-06-17) diff --git a/package.json b/package.json index 608b34c..69658f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.16", + "version": "8.1.17", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",