diff --git a/CHANGELOG.md b/CHANGELOG.md index 4482ec1..a655938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.22.0](https://github.com/lobehub/lobe-tts/compare/v1.21.5...v1.22.0) + +Released on **2023-11-19** + +#### ✨ Features + +- **misc**: Add new props `buttonStyle` and `title` to `AudioPlayerProps`. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add new props `buttonStyle` and `title` to `AudioPlayerProps` ([9e93042](https://github.com/lobehub/lobe-tts/commit/9e93042)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.21.5](https://github.com/lobehub/lobe-tts/compare/v1.21.4...v1.21.5) Released on **2023-11-19** diff --git a/package.json b/package.json index c16f325..d53b018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/tts", - "version": "1.21.5", + "version": "1.22.0", "description": "A high-quality & reliable TTS React Hooks library", "homepage": "https://github.com/lobehub/lobe-tts", "bugs": {