Skip to content

Commit

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

#### ✨ Features

- **misc**: Support Moonshot AI Provider.

#### 🐛 Bug Fixes

- **misc**: Fix non-https `crypto.subtile` missing error, fix rename.

#### 💄 Styles

- **misc**: Add moonshot i18n, improve clear topic tips, improve direction UX.

<br/>

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

#### What's improved

* **misc**: Support Moonshot AI Provider, closes [lobehub#1232](https://github.com/bentwnghk/lobe-chat/issues/1232) ([a6de202](a6de202))

#### What's fixed

* **misc**: Fix non-https `crypto.subtile` missing error, closes [lobehub#1238](https://github.com/bentwnghk/lobe-chat/issues/1238) ([1750d0b](1750d0b))
* **misc**: Fix rename ([c94391e](c94391e))

#### Styles

* **misc**: Add moonshot i18n, closes [lobehub#1251](https://github.com/bentwnghk/lobe-chat/issues/1251) ([4b6663b](4b6663b))
* **misc**: Improve clear topic tips, closes [lobehub#1247](https://github.com/bentwnghk/lobe-chat/issues/1247) ([2d133e9](2d133e9))
* **misc**: Improve direction UX, closes [lobehub#1169](https://github.com/bentwnghk/lobe-chat/issues/1169) ([e3929dc](e3929dc))

</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 6, 2024
1 parent c94391e commit c9378eb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

# Changelog

## [Version 1.6.0](https://github.com/bentwnghk/lobe-chat/compare/v1.5.3...v1.6.0)

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

#### ✨ Features

- **misc**: Support Moonshot AI Provider.

#### 🐛 Bug Fixes

- **misc**: Fix non-https `crypto.subtile` missing error, fix rename.

#### 💄 Styles

- **misc**: Add moonshot i18n, improve clear topic tips, improve direction UX.

<br/>

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

#### What's improved

- **misc**: Support Moonshot AI Provider, closes [#1232](https://github.com/bentwnghk/lobe-chat/issues/1232) ([a6de202](https://github.com/bentwnghk/lobe-chat/commit/a6de202))

#### What's fixed

- **misc**: Fix non-https `crypto.subtile` missing error, closes [#1238](https://github.com/bentwnghk/lobe-chat/issues/1238) ([1750d0b](https://github.com/bentwnghk/lobe-chat/commit/1750d0b))
- **misc**: Fix rename ([c94391e](https://github.com/bentwnghk/lobe-chat/commit/c94391e))

#### Styles

- **misc**: Add moonshot i18n, closes [#1251](https://github.com/bentwnghk/lobe-chat/issues/1251) ([4b6663b](https://github.com/bentwnghk/lobe-chat/commit/4b6663b))
- **misc**: Improve clear topic tips, closes [#1247](https://github.com/bentwnghk/lobe-chat/issues/1247) ([2d133e9](https://github.com/bentwnghk/lobe-chat/commit/2d133e9))
- **misc**: Improve direction UX, closes [#1169](https://github.com/bentwnghk/lobe-chat/issues/1169) ([e3929dc](https://github.com/bentwnghk/lobe-chat/commit/e3929dc))

</details>

<div align="right">

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

</div>

### [Version 1.5.3](https://github.com/bentwnghk/lobe-chat/compare/v1.5.2...v1.5.3)

<sup>Released on **2024-02-06**</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.5.3",
"version": "1.6.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 c9378eb

Please sign in to comment.