From cb4201a8f05a8b4b5f4ccb49617dee08c3ca5373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 16:15:25 +0000 Subject: [PATCH] chore(release): 6.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbfc95..62fc45e 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. +### [6.0.3](https://github.com/riderx/capacitor-mute/compare/6.0.2...6.0.3) (2024-09-05) + ### [6.0.2](https://github.com/riderx/capacitor-mute/compare/6.0.1...6.0.2) (2024-09-05) ### [6.0.1](https://github.com/riderx/capacitor-mute/compare/6.0.0...6.0.1) (2024-09-05) diff --git a/package.json b/package.json index 49029fb..8ab95a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-mute", - "version": "6.0.2", + "version": "6.0.3", "description": "Detect if the mute switch is enabled/disabled on a device", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",