From abc9127800a70fbbcda2dedaff93f3d58c21d6df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jun 2024 06:13:39 +0000 Subject: [PATCH] chore(release): 8.1.18 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b982bbe..cfe851b 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.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) ### [8.1.16](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.15...8.1.16) (2024-06-17) diff --git a/package.json b/package.json index 69658f8..f938e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.17", + "version": "8.1.18", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",