diff --git a/CHANGELOG.md b/CHANGELOG.md index 867723121dd90..77fe402b4ebe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ # Changelog +## [Version 1.50.0](https://github.com/lobehub/lobe-chat/compare/v1.49.16...v1.50.0) + +Released on **2025-02-03** + +#### ✨ Features + +- **misc**: Add `o3-mini` support for OpenAI & GitHub Models. + +#### 🐛 Bug Fixes + +- **misc**: Fix parse of deepseek r1 in siliconflow provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add `o3-mini` support for OpenAI & GitHub Models, closes [#5657](https://github.com/lobehub/lobe-chat/issues/5657) ([492cfd4](https://github.com/lobehub/lobe-chat/commit/492cfd4)) + +#### What's fixed + +- **misc**: Fix parse of deepseek r1 in siliconflow provider, closes [#5687](https://github.com/lobehub/lobe-chat/issues/5687) ([44e81e2](https://github.com/lobehub/lobe-chat/commit/44e81e2)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.49.16](https://github.com/lobehub/lobe-chat/compare/v1.49.15...v1.49.16) Released on **2025-02-03** diff --git a/package.json b/package.json index 2c0495515347c..5dde817774082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.49.16", + "version": "1.50.0", "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.", "keywords": [ "framework",