Skip to content

Commit

Permalink
chore(release): 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Sep 21, 2024
1 parent aaa4ace commit e8e2d4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e8e2d4d

Please sign in to comment.