From 9d0250f2926a2753b78640cc60e8dcdda3eea6d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 04:17:15 +0000 Subject: [PATCH] chore(release): 8.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7146520..87cc03a 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.1](https://github.com/riderx/capacitor-screen-recorder/compare/8.1.0...8.1.1) (2024-04-30) + ## [8.1.0](https://github.com/riderx/capacitor-screen-recorder/compare/8.0.9...8.1.0) (2024-04-30) diff --git a/package.json b/package.json index 960d76c..710807d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-screen-recorder", - "version": "8.1.0", + "version": "8.1.1", "description": "Record device's screen", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",