From 08cf2eb14b865fe922a122a089bfe0f5293b16be Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Wed, 13 Nov 2024 15:28:07 +0100 Subject: [PATCH] chore(release): 5.1.0 --- 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 7451c41..7aed7cb 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. +## [5.1.0](https://github.com/capacitor-community/text-to-speech/compare/v5.0.0...v5.1.0) (2024-11-13) + + +### Features + +* add `queueStrategy` option ([#139](https://github.com/capacitor-community/text-to-speech/issues/139)) ([cb3e92c](https://github.com/capacitor-community/text-to-speech/commit/cb3e92cc04eb0fff6105bb342450fbc763a62c7a)) + ## [5.0.0](https://github.com/capacitor-community/text-to-speech/compare/v4.1.1...v5.0.0) (2024-09-25) diff --git a/package-lock.json b/package-lock.json index fc89ea6..b98b172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/text-to-speech", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/text-to-speech", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "devDependencies": { "@capacitor/android": "6.0.0", diff --git a/package.json b/package.json index c8f6540..9745ac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/text-to-speech", - "version": "5.0.0", + "version": "5.1.0", "description": "Capacitor plugin for synthesizing speech from text.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",