Skip to content

Commit

Permalink
🔖 chore(release): v1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.10.0](v1.9.1...v1.10.0)
<sup>Released on **2024-02-14**</sup>

#### ♻ 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.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **misc**: Refactor the sidebar to fix first render state, closes [lobehub#1301](https://github.com/bentwnghk/lobe-chat/issues/1301) ([c477491](c477491))

#### What's improved

* **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [lobehub#1291](https://github.com/bentwnghk/lobe-chat/issues/1291) ([c7c096e](c7c096e))

#### What's fixed

* **misc**: Fix rename ([b88bc14](b88bc14))

#### Styles

* **misc**: Improve settings tabs style and refactor the LLM setting page, closes [lobehub#1299](https://github.com/bentwnghk/lobe-chat/issues/1299) ([31f6f15](31f6f15))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent b88bc14 commit e2bc4a6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@

# Changelog

## [Version 1.10.0](https://github.com/bentwnghk/lobe-chat/compare/v1.9.1...v1.10.0)

<sup>Released on **2024-02-14**</sup>

#### ♻ 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.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### 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))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.9.1](https://github.com/bentwnghk/lobe-chat/compare/v1.9.0...v1.9.1)

<sup>Released on **2024-02-14**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e2bc4a6

Please sign in to comment.