Skip to content

Commit da965f6

Browse files
🔖 chore(release): v1.61.0 [skip ci]
## [Version&nbsp;1.61.0](v1.60.9...v1.61.0) <sup>Released on **2025-02-18**</sup> #### ✨ Features - **misc**: Support google vertex ai as a new provider. #### 🐛 Bug Fixes - **misc**: Try to fix pglite worker. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support google vertex ai as a new provider, closes [#4487](#4487) ([a0a9592](a0a9592)) #### What's fixed * **misc**: Try to fix pglite worker, closes [#6169](#6169) ([b3f4f13](b3f4f13)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent a0a9592 commit da965f6

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.61.0](https://github.com/lobehub/lobe-chat/compare/v1.60.9...v1.61.0)
6+
7+
<sup>Released on **2025-02-18**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support google vertex ai as a new provider.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Try to fix pglite worker.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's improved
23+
24+
- **misc**: Support google vertex ai as a new provider, closes [#4487](https://github.com/lobehub/lobe-chat/issues/4487) ([a0a9592](https://github.com/lobehub/lobe-chat/commit/a0a9592))
25+
26+
#### What's fixed
27+
28+
- **misc**: Try to fix pglite worker, closes [#6169](https://github.com/lobehub/lobe-chat/issues/6169) ([b3f4f13](https://github.com/lobehub/lobe-chat/commit/b3f4f13))
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.60.9](https://github.com/lobehub/lobe-chat/compare/v1.60.8...v1.60.9)
639

740
<sup>Released on **2025-02-18**</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.60.9",
3+
"version": "1.61.0",
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)