diff --git a/CHANGELOG.md b/CHANGELOG.md index e81cd7ffbbb..3defb74eb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.120.1](https://github.com/lobehub/lobe-chat/compare/v1.120.0...v1.120.1) + +Released on **2025-08-31** + +#### 💄 Styles + +- **misc**: Update i18n. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update i18n, closes [#9005](https://github.com/lobehub/lobe-chat/issues/9005) ([63760f9](https://github.com/lobehub/lobe-chat/commit/63760f9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.120.0](https://github.com/lobehub/lobe-chat/compare/v1.119.2...v1.120.0) Released on **2025-08-30** diff --git a/changelog/v1.json b/changelog/v1.json index 1027ab038af..dfe568e9550 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,11 @@ [ + { + "children": { + "improvements": ["Update i18n."] + }, + "date": "2025-08-31", + "version": "1.120.1" + }, { "children": { "improvements": ["Remove webrtc sync feature flag."], diff --git a/package.json b/package.json index f2173705aca..f5af2ff74ee 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", diff --git a/packages/web-crawler/package.json b/packages/web-crawler/package.json index 93a99765096..c8a89f69d1d 100644 --- a/packages/web-crawler/package.json +++ b/packages/web-crawler/package.json @@ -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"