Skip to content

Commit 1c7d918

Browse files
authored
Merge branch 'main' into fix/pglite-in-unsafe-context
2 parents 4762c08 + c5d372f commit 1c7d918

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
# Changelog
44

5+
### [Version 1.60.9](https://github.com/lobehub/lobe-chat/compare/v1.60.8...v1.60.9)
6+
7+
<sup>Released on **2025-02-18**</sup>
8+
9+
<br/>
10+
11+
<details>
12+
<summary><kbd>Improvements and Fixes</kbd></summary>
13+
14+
</details>
15+
16+
<div align="right">
17+
18+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
19+
20+
</div>
21+
522
### [Version 1.60.8](https://github.com/lobehub/lobe-chat/compare/v1.60.7...v1.60.8)
623

724
<sup>Released on **2025-02-18**</sup>

changelog/v1.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"children": {},
4+
"date": "2025-02-18",
5+
"version": "1.60.9"
6+
},
27
{
38
"children": {
49
"improvements": ["Sync chat limit."]

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.8",
3+
"version": "1.60.9",
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)