diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ca15a..e60017d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ # Changelog +## [Version 1.12.0-beta.1](https://github.com/lobehub/lobe-tts/compare/v1.11.1...v1.12.0-beta.1) + +Released on **2023-11-15** + +#### ♻ Code Refactoring + +- **misc**: Refactor api. + +#### ✨ Features + +- **misc**: Enhance OpenAI speech-to-text functionality and modify API endpoints. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor api ([fde8346](https://github.com/lobehub/lobe-tts/commit/fde8346)) + +#### What's improved + +- **misc**: Enhance OpenAI speech-to-text functionality and modify API endpoints ([61126aa](https://github.com/lobehub/lobe-tts/commit/61126aa)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.11.1](https://github.com/lobehub/lobe-tts/compare/v1.11.0...v1.11.1) Released on **2023-11-13** diff --git a/package.json b/package.json index ea0234a..828a948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/tts", - "version": "1.11.1", + "version": "1.12.0-beta.1", "description": "A high-quality & reliable TTS React Hooks library", "homepage": "https://github.com/lobehub/lobe-tts", "bugs": {