From 78051ec6c743a72cf9dec2d9c5d2ea576662c43c Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Wed, 17 Jul 2024 09:42:04 +0200 Subject: [PATCH] chore(release): 4.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 fbeebb9..3b6531f 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. +## [4.1.0](https://github.com/capacitor-community/text-to-speech/compare/v4.0.2...v4.1.0) (2024-07-17) + + +### Features + +* add `onRangeStart` listener ([#132](https://github.com/capacitor-community/text-to-speech/issues/132)) ([d6681a6](https://github.com/capacitor-community/text-to-speech/commit/d6681a64bbdc296530fdd14cf02ba9f286efa405)) + ### [4.0.2](https://github.com/capacitor-community/text-to-speech/compare/v4.0.1...v4.0.2) (2024-06-22) diff --git a/package-lock.json b/package-lock.json index 1e79869..511156e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/text-to-speech", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/text-to-speech", - "version": "4.0.2", + "version": "4.1.0", "license": "MIT", "devDependencies": { "@capacitor/android": "6.0.0", diff --git a/package.json b/package.json index 41636f7..f811189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/text-to-speech", - "version": "4.0.2", + "version": "4.1.0", "description": "Capacitor plugin for synthesizing speech from text.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",