Skip to content

Commit

Permalink
🔖 chore(release): v1.78.15 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.78.15](v1.78.14...v1.78.15)
<sup>Released on **2024-12-20**</sup>

#### ♻ Code Refactoring

- **misc**: Refactor layout props, refactor to use async `headers()`, seperate user keyVaults encrpyto from user model.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **misc**: Refactor layout props, closes [lobehub#5093](https://github.com/bentwnghk/lobe-chat/issues/5093) ([2990b5a](2990b5a))
* **misc**: Refactor to use async `headers()`, closes [lobehub#5097](https://github.com/bentwnghk/lobe-chat/issues/5097) ([e368f38](e368f38))
* **misc**: Seperate user keyVaults encrpyto from user model, closes [lobehub#5102](https://github.com/bentwnghk/lobe-chat/issues/5102) ([09b63cf](09b63cf))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 517deeb commit 086bd4d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

# Changelog

### [Version 1.78.15](https://github.com/bentwnghk/lobe-chat/compare/v1.78.14...v1.78.15)

<sup>Released on **2024-12-20**</sup>

#### ♻ Code Refactoring

- **misc**: Refactor layout props, refactor to use async `headers()`, seperate user keyVaults encrpyto from user model.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

- **misc**: Refactor layout props, closes [#5093](https://github.com/bentwnghk/lobe-chat/issues/5093) ([2990b5a](https://github.com/bentwnghk/lobe-chat/commit/2990b5a))
- **misc**: Refactor to use async `headers()`, closes [#5097](https://github.com/bentwnghk/lobe-chat/issues/5097) ([e368f38](https://github.com/bentwnghk/lobe-chat/commit/e368f38))
- **misc**: Seperate user keyVaults encrpyto from user model, closes [#5102](https://github.com/bentwnghk/lobe-chat/issues/5102) ([09b63cf](https://github.com/bentwnghk/lobe-chat/commit/09b63cf))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.78.14](https://github.com/bentwnghk/lobe-chat/compare/v1.78.13...v1.78.14)

<sup>Released on **2024-12-19**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.78.14",
"version": "1.78.15",
"description": "Mr.🆖 AI - 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",
Expand Down

0 comments on commit 086bd4d

Please sign in to comment.