diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6531f..2a32ff8 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.1](https://github.com/capacitor-community/text-to-speech/compare/v4.1.0...v4.1.1) (2024-09-21) + + +### Bug Fixes + +* **ios:** prevent UI hangs by optimizing AVAudioSession management ([#135](https://github.com/capacitor-community/text-to-speech/issues/135)) ([aaa4ace](https://github.com/capacitor-community/text-to-speech/commit/aaa4acef7d93b4e3e3a2744a59ad1cedfa77f44f)) + ## [4.1.0](https://github.com/capacitor-community/text-to-speech/compare/v4.0.2...v4.1.0) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 511156e..29eb5af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/text-to-speech", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/text-to-speech", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "devDependencies": { "@capacitor/android": "6.0.0", diff --git a/package.json b/package.json index f811189..c97696f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/text-to-speech", - "version": "4.1.0", + "version": "4.1.1", "description": "Capacitor plugin for synthesizing speech from text.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",