Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

### [Version 1.120.1](https://github.com/lobehub/lobe-chat/compare/v1.120.0...v1.120.1)

<sup>Released on **2025-08-31**</sup>

#### 💄 Styles

- **misc**: Update i18n.

<br/>

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

#### Styles

- **misc**: Update i18n, closes [#9005](https://github.com/lobehub/lobe-chat/issues/9005) ([63760f9](https://github.com/lobehub/lobe-chat/commit/63760f9))

</details>

<div align="right">

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

</div>

## [Version 1.120.0](https://github.com/lobehub/lobe-chat/compare/v1.119.2...v1.120.0)

<sup>Released on **2025-08-30**</sup>
Expand Down
7 changes: 7 additions & 0 deletions changelog/v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"children": {
"improvements": ["Update i18n."]
},
"date": "2025-08-31",
"version": "1.120.1"
},
{
"children": {
"improvements": ["Remove webrtc sync feature flag."],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "1.120.0",
"version": "1.120.1",
"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.",
"keywords": [
"framework",
Expand Down Expand Up @@ -190,7 +190,7 @@
"drizzle-zod": "^0.5.1",
"epub2": "^3.0.2",
"fast-deep-equal": "^3.1.3",
"file-type": "^20.5.0",
"file-type": "^21.0.0",
"framer-motion": "^12.23.12",
"gpt-tokenizer": "^2.9.0",
"gray-matter": "^4.0.3",
Expand Down Expand Up @@ -335,7 +335,7 @@
"fake-indexeddb": "^6.0.1",
"fs-extra": "^11.3.1",
"glob": "^11.0.3",
"happy-dom": "^17.6.3",
"happy-dom": "^18.0.0",
"husky": "^9.1.7",
"just-diff": "^6.0.2",
"lint-staged": "^15.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"happy-dom": "^17.0.0",
"happy-dom": "^18.0.0",
"node-html-markdown": "^1.3.0",
"query-string": "^9.1.1",
"url-join": "^5"
Expand Down
Loading