From d18205bd21103c8733331a48cc7561b1d34b70ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Oct 2023 04:31:10 +0000 Subject: [PATCH] chore(release): 2.0.14 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06192d..70ea384 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. +### [2.0.14](https://github.com/riderx/capacitor-flash/compare/2.0.13...2.0.14) (2023-10-09) + ### [2.0.13](https://github.com/riderx/capacitor-flash/compare/2.0.12...2.0.13) (2023-08-28) diff --git a/package.json b/package.json index ded5dd1..78cca4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-flash", - "version": "2.0.13", + "version": "2.0.14", "description": "Switch the Flashlight / Torch of your device.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",