Skip to content

Commit

Permalink
🔖 chore(release): v1.65.12 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.65.12](v1.65.11...v1.65.12)
<sup>Released on **2024-10-24**</sup>

#### ♻ Code Refactoring

- **misc**: Remove unused user tables, support `plugin` flag.

#### 💄 Styles

- **misc**: Fix some custom branding detail, improve error i18n, improve i18n.

<br/>

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

#### Code refactoring

* **misc**: Remove unused user tables, closes [lobehub#4464](https://github.com/bentwnghk/lobe-chat/issues/4464) ([c85a270](c85a270))
* **misc**: Support `plugin` flag, closes [lobehub#4463](https://github.com/bentwnghk/lobe-chat/issues/4463) ([9b4be23](9b4be23))

#### Styles

* **misc**: Fix some custom branding detail, closes [lobehub#4465](https://github.com/bentwnghk/lobe-chat/issues/4465) ([3fb1f6a](3fb1f6a))
* **misc**: Improve error i18n, closes [lobehub#4462](https://github.com/bentwnghk/lobe-chat/issues/4462) ([74fb5e7](74fb5e7))
* **misc**: Improve i18n, closes [lobehub#4461](https://github.com/bentwnghk/lobe-chat/issues/4461) ([4c37928](4c37928))

</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 Oct 24, 2024
1 parent be573d6 commit 9bfb747
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

# Changelog

### [Version 1.65.12](https://github.com/bentwnghk/lobe-chat/compare/v1.65.11...v1.65.12)

<sup>Released on **2024-10-24**</sup>

#### ♻ Code Refactoring

- **misc**: Remove unused user tables, support `plugin` flag.

#### 💄 Styles

- **misc**: Fix some custom branding detail, improve error i18n, improve i18n.

<br/>

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

#### Code refactoring

- **misc**: Remove unused user tables, closes [#4464](https://github.com/bentwnghk/lobe-chat/issues/4464) ([c85a270](https://github.com/bentwnghk/lobe-chat/commit/c85a270))
- **misc**: Support `plugin` flag, closes [#4463](https://github.com/bentwnghk/lobe-chat/issues/4463) ([9b4be23](https://github.com/bentwnghk/lobe-chat/commit/9b4be23))

#### Styles

- **misc**: Fix some custom branding detail, closes [#4465](https://github.com/bentwnghk/lobe-chat/issues/4465) ([3fb1f6a](https://github.com/bentwnghk/lobe-chat/commit/3fb1f6a))
- **misc**: Improve error i18n, closes [#4462](https://github.com/bentwnghk/lobe-chat/issues/4462) ([74fb5e7](https://github.com/bentwnghk/lobe-chat/commit/74fb5e7))
- **misc**: Improve i18n, closes [#4461](https://github.com/bentwnghk/lobe-chat/issues/4461) ([4c37928](https://github.com/bentwnghk/lobe-chat/commit/4c37928))

</details>

<div align="right">

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

</div>

### [Version 1.65.11](https://github.com/bentwnghk/lobe-chat/compare/v1.65.10...v1.65.11)

<sup>Released on **2024-10-23**</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.65.11",
"version": "1.65.12",
"description": "Mr.🆖 AI - 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 9bfb747

Please sign in to comment.