Skip to content

Commit ecf084b

Browse files
🔖 chore(release): v1.16.11 [skip ci]
### [Version&nbsp;1.16.11](v1.16.10...v1.16.11) <sup>Released on **2024-09-12**</sup> #### 🐛 Bug Fixes - **misc**: Support webhooks for logto. #### 💄 Styles - **misc**: Default disable mistral provider useless models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Support webhooks for logto, closes [#3774](#3774) ([0cfee6b](0cfee6b)) #### Styles * **misc**: Default disable mistral provider useless models, closes [#3922](#3922) ([bdbc647](bdbc647)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 0cfee6b commit ecf084b

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
# Changelog
44

5+
### [Version 1.16.11](https://github.com/lobehub/lobe-chat/compare/v1.16.10...v1.16.11)
6+
7+
<sup>Released on **2024-09-12**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Support webhooks for logto.
12+
13+
#### 💄 Styles
14+
15+
- **misc**: Default disable mistral provider useless models.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's fixed
23+
24+
- **misc**: Support webhooks for logto, closes [#3774](https://github.com/lobehub/lobe-chat/issues/3774) ([0cfee6b](https://github.com/lobehub/lobe-chat/commit/0cfee6b))
25+
26+
#### Styles
27+
28+
- **misc**: Default disable mistral provider useless models, closes [#3922](https://github.com/lobehub/lobe-chat/issues/3922) ([bdbc647](https://github.com/lobehub/lobe-chat/commit/bdbc647))
29+
30+
</details>
31+
32+
<div align="right">
33+
34+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
35+
36+
</div>
37+
538
### [Version 1.16.10](https://github.com/lobehub/lobe-chat/compare/v1.16.9...v1.16.10)
639

740
<sup>Released on **2024-09-12**</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.16.10",
3+
"version": "1.16.11",
44
"description": "Lobe 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.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)