Skip to content

Commit 1b31aa7

Browse files
release: 5.0.5
1 parent 4865812 commit 1b31aa7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.0.5](https://github.com/SahilAggarwal2004/react-text-to-speech/compare/v5.0.4...v5.0.5) (2025-11-14)
4+
5+
### Chores
6+
7+
* **deps:** Update tsup, tailwind and @types/node. ([4865812](https://github.com/SahilAggarwal2004/react-text-to-speech/commit/486581228666f29f2746e5d2ebe4f4db4c5df008))
8+
9+
### Bug Fixes
10+
11+
* Ensure onBoundary is always fired after onStart. ([e99ae89](https://github.com/SahilAggarwal2004/react-text-to-speech/commit/e99ae89063894bb8f810693b74f1720471ad9662))
12+
313
## [5.0.4](https://github.com/SahilAggarwal2004/react-text-to-speech/compare/v5.0.3...v5.0.4) (2025-11-13)
414

515
### Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-to-speech-monorepo",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-to-speech",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "An easy-to-use React.js library that leverages the Web Speech API to convert text to speech.",
55
"license": "MIT",
66
"author": "Sahil Aggarwal <[email protected]>",

0 commit comments

Comments
 (0)