Skip to content

Commit 17d0a0f

Browse files
🔖 chore(release): v1.69.2 [skip ci]
### [Version&nbsp;1.69.2](lobehub/lobe-chat@v1.69.1...v1.69.2) <sup>Released on **2025-03-07**</sup> #### ♻ Code Refactoring - **misc**: Refactor the agent runtime implement. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor the agent runtime implement, closes [lobehub#6784](lobehub#6784) ([14a9874](lobehub@14a9874)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 14a9874 commit 17d0a0f

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# Changelog
44

5+
### [Version 1.69.2](https://github.com/lobehub/lobe-chat/compare/v1.69.1...v1.69.2)
6+
7+
<sup>Released on **2025-03-07**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Refactor the agent runtime implement.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### Code refactoring
19+
20+
- **misc**: Refactor the agent runtime implement, closes [#6784](https://github.com/lobehub/lobe-chat/issues/6784) ([14a9874](https://github.com/lobehub/lobe-chat/commit/14a9874))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
530
### [Version 1.69.1](https://github.com/lobehub/lobe-chat/compare/v1.69.0...v1.69.1)
631

732
<sup>Released on **2025-03-07**</sup>

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.69.1",
3+
"version": "1.69.2",
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",
@@ -30,11 +30,11 @@
3030
],
3131
"scripts": {
3232
"build": "next build",
33-
"build:analyze": "ANALYZE=true next build",
34-
"build:docker": "DOCKER=true next build && npm run build-sitemap",
3533
"postbuild": "npm run build-sitemap && npm run build-migrate-db",
3634
"build-migrate-db": "bun run db:migrate",
3735
"build-sitemap": "tsx ./scripts/buildSitemapIndex/index.ts",
36+
"build:analyze": "ANALYZE=true next build",
37+
"build:docker": "DOCKER=true next build && npm run build-sitemap",
3838
"db:generate": "drizzle-kit generate && npm run db:generate-client",
3939
"db:generate-client": "tsx ./scripts/migrateClientDB/compile-migrations.ts",
4040
"db:migrate": "MIGRATION_DB=1 tsx ./scripts/migrateServerDB/index.ts",
@@ -62,11 +62,11 @@
6262
"start": "next start -p 3210",
6363
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
6464
"test": "npm run test-app && npm run test-server",
65-
"test:update": "vitest -u",
6665
"test-app": "vitest run --config vitest.config.ts",
6766
"test-app:coverage": "vitest run --config vitest.config.ts --coverage",
6867
"test-server": "vitest run --config vitest.server.config.ts",
6968
"test-server:coverage": "vitest run --config vitest.server.config.ts --coverage",
69+
"test:update": "vitest -u",
7070
"type-check": "tsc --noEmit",
7171
"webhook:ngrok": "ngrok http http://localhost:3011",
7272
"workflow:cdn": "tsx ./scripts/cdnWorkflow/index.ts",

0 commit comments

Comments
 (0)