Skip to content

Commit 307eeb0

Browse files
🔖 chore(release): v1.68.0 [skip ci]
## [Version&nbsp;1.68.0](v1.67.2...v1.68.0) <sup>Released on **2025-03-03**</sup> #### ✨ Features - **misc**: Add new model provider PPIO. #### 🐛 Bug Fixes - **misc**: Fix search web-browsing display bug. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add new model provider PPIO, closes [#6133](#6133) ([23a3fda](23a3fda)) #### What's fixed * **misc**: Fix search web-browsing display bug, closes [#6653](#6653) ([f472643](f472643)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 23a3fda commit 307eeb0

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
# Changelog
44

5+
## [Version 1.68.0](https://github.com/lobehub/lobe-chat/compare/v1.67.2...v1.68.0)
6+
7+
<sup>Released on **2025-03-03**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Add new model provider PPIO.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix search web-browsing display bug.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's improved
23+
24+
- **misc**: Add new model provider PPIO, closes [#6133](https://github.com/lobehub/lobe-chat/issues/6133) ([23a3fda](https://github.com/lobehub/lobe-chat/commit/23a3fda))
25+
26+
#### What's fixed
27+
28+
- **misc**: Fix search web-browsing display bug, closes [#6653](https://github.com/lobehub/lobe-chat/issues/6653) ([f472643](https://github.com/lobehub/lobe-chat/commit/f472643))
29+
30+
</details>
31+
32+
<div align="right">
33+
34+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
35+
36+
</div>
37+
538
### [Version 1.67.2](https://github.com/lobehub/lobe-chat/compare/v1.67.1...v1.67.2)
639

740
<sup>Released on **2025-03-02**</sup>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.67.2",
3+
"version": "1.68.0",
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)