From f834d21060b41cfa660508d95aab98153993d32a Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 28 Jun 2024 10:49:50 +0200 Subject: [PATCH] chore(release): 6.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a0930..8ea8b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/capacitor-community/speech-recognition/compare/v6.0.0...v6.0.1) (2024-06-28) + + +### Bug Fixes + +* **ios:** proper isListening return ([#103](https://github.com/capacitor-community/speech-recognition/issues/103)) ([daf40a7](https://github.com/capacitor-community/speech-recognition/commit/daf40a73fda9b1caa5e84df41bf15ff687617742)) + ## [6.0.0](https://github.com/capacitor-community/speech-recognition/compare/v5.1.0...v6.0.0) (2024-06-07) diff --git a/package-lock.json b/package-lock.json index 9f34079..118ca38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/speech-recognition", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/speech-recognition", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "devDependencies": { "@capacitor/android": "^6.0.0", diff --git a/package.json b/package.json index e8effe0..59c16c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/speech-recognition", - "version": "6.0.0", + "version": "6.0.1", "description": "A native plugin for speech recognition", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",