From 4376ba2bb239fae013b6009850ff1124981555a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:02:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=91=B7=20build(deps):=20bump=20next-a?= =?UTF-8?q?uth=20from=205.0.0-beta.29=20to=205.0.0-beta.30=20(#9926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build(deps): bump next-auth from 5.0.0-beta.29 to 5.0.0-beta.30 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 5.0.0-beta.29 to 5.0.0-beta.30. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.29...next-auth@5.0.0-beta.30) --- updated-dependencies: - dependency-name: next-auth dependency-version: 5.0.0-beta.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 996a746d1bb..a911ad40a4f 100644 --- a/package.json +++ b/package.json @@ -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", From 0df0378def58e9669e1489c83e7c44437bb7fe25 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Oct 2025 04:13:39 +0000 Subject: [PATCH 2/3] :bookmark: chore(release): v1.142.8 [skip ci] ### [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)
--- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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/package.json b/package.json index a911ad40a4f..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", From 7f7e5717557f080267d24ffbc1a2eadbc98e2bbf Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Thu, 30 Oct 2025 04:14:55 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20a?= =?UTF-8?q?gents=20&=20plugin=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 5 +++++ 1 file changed, 5 insertions(+) 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."]