From e2bc4a62f4c34097268e26bd81c4358c3f5833ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Feb 2024 17:45:07 +0000 Subject: [PATCH] :bookmark: chore(release): v1.10.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 1.10.0](https://github.com/bentwnghk/lobe-chat/compare/v1.9.1...v1.10.0) Released on **2024-02-14** #### ♻ Code Refactoring - **misc**: Refactor the sidebar to fix first render state. #### ✨ Features - **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. #### 🐛 Bug Fixes - **misc**: Fix rename. #### 💄 Styles - **misc**: Improve settings tabs style and refactor the LLM setting page.
Improvements and Fixes #### Code refactoring * **misc**: Refactor the sidebar to fix first render state, closes [#1301](https://github.com/bentwnghk/lobe-chat/issues/1301) ([c477491](https://github.com/bentwnghk/lobe-chat/commit/c477491)) #### What's improved * **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](https://github.com/bentwnghk/lobe-chat/issues/1291) ([c7c096e](https://github.com/bentwnghk/lobe-chat/commit/c7c096e)) #### What's fixed * **misc**: Fix rename ([b88bc14](https://github.com/bentwnghk/lobe-chat/commit/b88bc14)) #### Styles * **misc**: Improve settings tabs style and refactor the LLM setting page, closes [#1299](https://github.com/bentwnghk/lobe-chat/issues/1299) ([31f6f15](https://github.com/bentwnghk/lobe-chat/commit/31f6f15))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b53781a7b3..414d1bc05709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,55 @@ # Changelog +## [Version 1.10.0](https://github.com/bentwnghk/lobe-chat/compare/v1.9.1...v1.10.0) + +Released on **2024-02-14** + +#### ♻ Code Refactoring + +- **misc**: Refactor the sidebar to fix first render state. + +#### ✨ Features + +- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. + +#### 🐛 Bug Fixes + +- **misc**: Fix rename. + +#### 💄 Styles + +- **misc**: Improve settings tabs style and refactor the LLM setting page. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the sidebar to fix first render state, closes [#1301](https://github.com/bentwnghk/lobe-chat/issues/1301) ([c477491](https://github.com/bentwnghk/lobe-chat/commit/c477491)) + +#### What's improved + +- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](https://github.com/bentwnghk/lobe-chat/issues/1291) ([c7c096e](https://github.com/bentwnghk/lobe-chat/commit/c7c096e)) + +#### What's fixed + +- **misc**: Fix rename ([b88bc14](https://github.com/bentwnghk/lobe-chat/commit/b88bc14)) + +#### Styles + +- **misc**: Improve settings tabs style and refactor the LLM setting page, closes [#1299](https://github.com/bentwnghk/lobe-chat/issues/1299) ([31f6f15](https://github.com/bentwnghk/lobe-chat/commit/31f6f15)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.9.1](https://github.com/bentwnghk/lobe-chat/compare/v1.9.0...v1.9.1) Released on **2024-02-14** diff --git a/package.json b/package.json index c24503bd6cdf..424a0aea6d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentwnghk/chat", - "version": "1.9.1", + "version": "1.10.0", "description": "Mr.🆖 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",