Skip to content

Commit 2595879

Browse files
🔖 chore(release): v1.47.0 [skip ci]
## [Version&nbsp;1.47.0](v1.46.7...v1.47.0) <sup>Released on **2025-01-17**</sup> #### ✨ Features - **misc**: Support new ai provider in client pglite. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support new ai provider in client pglite, closes [#5488](#5488) ([08f505f](08f505f)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 08f505f commit 2595879

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

Diff for: CHANGELOG.md

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

33
# Changelog
44

5+
## [Version 1.47.0](https://github.com/lobehub/lobe-chat/compare/v1.46.7...v1.47.0)
6+
7+
<sup>Released on **2025-01-17**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support new ai provider in client pglite.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's improved
19+
20+
- **misc**: Support new ai provider in client pglite, closes [#5488](https://github.com/lobehub/lobe-chat/issues/5488) ([08f505f](https://github.com/lobehub/lobe-chat/commit/08f505f))
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.46.7](https://github.com/lobehub/lobe-chat/compare/v1.46.6...v1.46.7)
631

732
<sup>Released on **2025-01-17**</sup>

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.46.7",
3+
"version": "1.47.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",
@@ -27,11 +27,11 @@
2727
"sideEffects": false,
2828
"scripts": {
2929
"build": "next build",
30+
"build:analyze": "ANALYZE=true next build",
31+
"build:docker": "DOCKER=true next build && npm run build-sitemap",
3032
"postbuild": "npm run build-sitemap && npm run build-migrate-db",
3133
"build-migrate-db": "bun run db:migrate",
3234
"build-sitemap": "tsx ./scripts/buildSitemapIndex/index.ts",
33-
"build:analyze": "ANALYZE=true next build",
34-
"build:docker": "DOCKER=true next build && npm run build-sitemap",
3535
"db:generate": "drizzle-kit generate && npm run db:generate-client",
3636
"db:generate-client": "tsx ./scripts/migrateClientDB/compile-migrations.ts",
3737
"db:migrate": "MIGRATION_DB=1 tsx ./scripts/migrateServerDB/index.ts",
@@ -59,11 +59,11 @@
5959
"start": "next start -p 3210",
6060
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
6161
"test": "npm run test-app && npm run test-server",
62+
"test:update": "vitest -u",
6263
"test-app": "vitest run --config vitest.config.ts",
6364
"test-app:coverage": "vitest run --config vitest.config.ts --coverage",
6465
"test-server": "vitest run --config vitest.server.config.ts",
6566
"test-server:coverage": "vitest run --config vitest.server.config.ts --coverage",
66-
"test:update": "vitest -u",
6767
"type-check": "tsc --noEmit",
6868
"webhook:ngrok": "ngrok http http://localhost:3011",
6969
"workflow:cdn": "tsx ./scripts/cdnWorkflow/index.ts",

0 commit comments

Comments
 (0)