From c26cce278e7806a61f2176c3d6577c5c19f76ba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 May 2024 10:38:03 +0000 Subject: [PATCH] chore(release): 8.1.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eadc280..d10edec 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.5](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.4...8.1.5) (2024-05-13) + ### [8.1.4](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.3...8.1.4) (2024-05-13) ### [8.1.3](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.2...8.1.3) (2024-05-06) diff --git a/package.json b/package.json index 75471f0..048de3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.4", + "version": "8.1.5", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",