mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔖 chore(release): release version v2.1.40 [skip ci]
This commit is contained in:
parent
3091489695
commit
425dd81bcf
3 changed files with 38 additions and 1 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
|
@ -2,6 +2,33 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
### [Version 2.1.40](https://github.com/lobehub/lobe-chat/compare/v2.1.39...v2.1.40)
|
||||
|
||||
<sup>Released on **2026-03-12**</sup>
|
||||
|
||||
#### 👷 Build System
|
||||
|
||||
- **misc**: add description column to topics table.
|
||||
- **misc**: add migration to enable `pg_search` extension.
|
||||
|
||||
<br/>
|
||||
|
||||
<details>
|
||||
<summary><kbd>Improvements and Fixes</kbd></summary>
|
||||
|
||||
#### Build System
|
||||
|
||||
- **misc**: add description column to topics table, closes [#12939](https://github.com/lobehub/lobe-chat/issues/12939) ([3091489](https://github.com/lobehub/lobe-chat/commit/3091489))
|
||||
- **misc**: add migration to enable `pg_search` extension, closes [#12874](https://github.com/lobehub/lobe-chat/issues/12874) ([258e9cb](https://github.com/lobehub/lobe-chat/commit/258e9cb))
|
||||
|
||||
</details>
|
||||
|
||||
<div align="right">
|
||||
|
||||
[](#readme-top)
|
||||
|
||||
</div>
|
||||
|
||||
### [Version 2.1.39](https://github.com/lobehub/lobe-chat/compare/v2.1.38...v2.1.39)
|
||||
|
||||
<sup>Released on **2026-03-09**</sup>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,14 @@
|
|||
[
|
||||
{
|
||||
"children": {
|
||||
"improvements": [
|
||||
"add description column to topics table.",
|
||||
"add migration to enable pg_search extension."
|
||||
]
|
||||
},
|
||||
"date": "2026-03-12",
|
||||
"version": "2.1.40"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["add api key hash column migration."]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lobehub/lobehub",
|
||||
"version": "2.1.39",
|
||||
"version": "2.1.40",
|
||||
"description": "LobeHub - an open-source,comprehensive AI Agent 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue