Skip to content

Commit

Permalink
πŸ”– chore(release): v1.30.5 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.30.5](v1.30.4...v1.30.5)
<sup>Released on **2024-04-28**</sup>

#### β™» Code Refactoring

- **misc**: Refactor  feature flags store to server config store.

#### πŸ› Bug Fixes

- **misc**: Suport to fetch model list on client.

#### πŸ’„ Styles

- **ollama**: Phi3 Instruct models and its model icons.

<br/>

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

#### Code refactoring

* **misc**: Refactor  feature flags store to server config store, closes [lobehub#2263](https://github.com/bentwnghk/lobe-chat/issues/2263) ([2e991d7](2e991d7))

#### What's fixed

* **misc**: Suport to fetch model list on client, closes [lobehub#2252](https://github.com/bentwnghk/lobe-chat/issues/2252) ([76310a8](76310a8))

#### Styles

* **ollama**: Phi3 Instruct models and its model icons, closes [lobehub#2254](https://github.com/bentwnghk/lobe-chat/issues/2254) ([c9b55cc](c9b55cc))

</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 Apr 28, 2024
1 parent ccacff1 commit d8d8a23
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,47 @@

# Changelog

### [Version 1.30.5](https://github.com/bentwnghk/lobe-chat/compare/v1.30.4...v1.30.5)

<sup>Released on **2024-04-28**</sup>

#### β™» Code Refactoring

- **misc**: Refactor feature flags store to server config store.

#### πŸ› Bug Fixes

- **misc**: Suport to fetch model list on client.

#### πŸ’„ Styles

- **ollama**: Phi3 Instruct models and its model icons.

<br/>

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

#### Code refactoring

- **misc**: Refactor feature flags store to server config store, closes [#2263](https://github.com/bentwnghk/lobe-chat/issues/2263) ([2e991d7](https://github.com/bentwnghk/lobe-chat/commit/2e991d7))

#### What's fixed

- **misc**: Suport to fetch model list on client, closes [#2252](https://github.com/bentwnghk/lobe-chat/issues/2252) ([76310a8](https://github.com/bentwnghk/lobe-chat/commit/76310a8))

#### Styles

- **ollama**: Phi3 Instruct models and its model icons, closes [#2254](https://github.com/bentwnghk/lobe-chat/issues/2254) ([c9b55cc](https://github.com/bentwnghk/lobe-chat/commit/c9b55cc))

</details>

<div align="right">

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

</div>

### [Version 1.30.4](https://github.com/bentwnghk/lobe-chat/compare/v1.30.3...v1.30.4)

<sup>Released on **2024-04-28**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.30.4",
"version": "1.30.5",
"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 d8d8a23

Please sign in to comment.