From b65d67e39f7d42dfd954c826be04854160b5f300 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 09:55:31 +0000 Subject: [PATCH] :bookmark: chore(release): v1.44.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.44.3](https://github.com/bentwnghk/lobe-chat/compare/v1.44.2...v1.44.3) Released on **2024-06-23** #### ♻ Code Refactoring - **misc**: Refactor the server db implement, remove deprecated env. #### 🐛 Bug Fixes - **misc**: Fix incorrect baseURL for Groq in client mode.
Improvements and Fixes #### Code refactoring * **misc**: Refactor the server db implement, closes [#2991](https://github.com/bentwnghk/lobe-chat/issues/2991) ([fa78599](https://github.com/bentwnghk/lobe-chat/commit/fa78599)) * **misc**: Remove deprecated env, closes [#2983](https://github.com/bentwnghk/lobe-chat/issues/2983) ([15a681f](https://github.com/bentwnghk/lobe-chat/commit/15a681f)) #### What's fixed * **misc**: Fix incorrect baseURL for Groq in client mode, closes [#2747](https://github.com/bentwnghk/lobe-chat/issues/2747) ([af14225](https://github.com/bentwnghk/lobe-chat/commit/af14225))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c05cf048eb9..ff0e1ccecd41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ # Changelog +### [Version 1.44.3](https://github.com/bentwnghk/lobe-chat/compare/v1.44.2...v1.44.3) + +Released on **2024-06-23** + +#### ♻ Code Refactoring + +- **misc**: Refactor the server db implement, remove deprecated env. + +#### 🐛 Bug Fixes + +- **misc**: Fix incorrect baseURL for Groq in client mode. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the server db implement, closes [#2991](https://github.com/bentwnghk/lobe-chat/issues/2991) ([fa78599](https://github.com/bentwnghk/lobe-chat/commit/fa78599)) +- **misc**: Remove deprecated env, closes [#2983](https://github.com/bentwnghk/lobe-chat/issues/2983) ([15a681f](https://github.com/bentwnghk/lobe-chat/commit/15a681f)) + +#### What's fixed + +- **misc**: Fix incorrect baseURL for Groq in client mode, closes [#2747](https://github.com/bentwnghk/lobe-chat/issues/2747) ([af14225](https://github.com/bentwnghk/lobe-chat/commit/af14225)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.44.2](https://github.com/bentwnghk/lobe-chat/compare/v1.44.1...v1.44.2) Released on **2024-06-22** diff --git a/package.json b/package.json index 23cbcf86887b8..8b8a803856035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentwnghk/chat", - "version": "1.44.2", + "version": "1.44.3", "description": "Mr.🆖 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.", "keywords": [ "framework",