diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb6a9fff04..b0f7a5abc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ # Changelog +### [Version 1.142.8](https://github.com/lobehub/lobe-chat/compare/v1.142.7...v1.142.8) + +Released on **2025-10-30** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.142.7](https://github.com/lobehub/lobe-chat/compare/v1.142.6...v1.142.7) Released on **2025-10-28** diff --git a/changelog/v1.json b/changelog/v1.json index 1e3b3a073ec..8d7377331a9 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,9 @@ [ + { + "children": {}, + "date": "2025-10-30", + "version": "1.142.8" + }, { "children": { "improvements": ["Update i18n."] diff --git a/package.json b/package.json index 996a746d1bb..c508516daaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.142.7", + "version": "1.142.8", "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", @@ -236,7 +236,7 @@ "modern-screenshot": "^4.6.6", "nanoid": "^5.1.6", "next": "~15.3.5", - "next-auth": "5.0.0-beta.29", + "next-auth": "5.0.0-beta.30", "next-mdx-remote": "^5.0.0", "nextjs-toploader": "^3.9.17", "node-machine-id": "^1.1.12",