From 6782083eddbdf3ce110450715187934b98e2b80f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 15:30:17 +0000 Subject: [PATCH] :bookmark: chore(release): v0.95.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 0.95.0](/~https://github.com/lobehub/lobe-chat/compare/v0.94.5...v0.95.0) Released on **2023-10-24** #### ♻ Code Refactoring - **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件. #### ✨ Features - **misc**: Support function call at message end, support plugin settings modal, support plugin state and settings.
Improvements and Fixes #### Code refactoring * **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件 ([98860a8](/~https://github.com/lobehub/lobe-chat/commit/98860a8)) #### What's improved * **misc**: Support function call at message end, closes [#357](/~https://github.com/lobehub/lobe-chat/issues/357) ([e195fdb](/~https://github.com/lobehub/lobe-chat/commit/e195fdb)) * **misc**: Support plugin settings modal ([f47b6fa](/~https://github.com/lobehub/lobe-chat/commit/f47b6fa)) * **misc**: Support plugin state and settings ([10829a4](/~https://github.com/lobehub/lobe-chat/commit/10829a4))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bceb665a69c..23eef4a9596f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ # Changelog +## [Version 0.95.0](/~https://github.com/lobehub/lobe-chat/compare/v0.94.5...v0.95.0) + +Released on **2023-10-24** + +#### ♻ Code Refactoring + +- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件. + +#### ✨ Features + +- **misc**: Support function call at message end, support plugin settings modal, support plugin state and settings. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件 ([98860a8](/~https://github.com/lobehub/lobe-chat/commit/98860a8)) + +#### What's improved + +- **misc**: Support function call at message end, closes [#357](/~https://github.com/lobehub/lobe-chat/issues/357) ([e195fdb](/~https://github.com/lobehub/lobe-chat/commit/e195fdb)) +- **misc**: Support plugin settings modal ([f47b6fa](/~https://github.com/lobehub/lobe-chat/commit/f47b6fa)) +- **misc**: Support plugin state and settings ([10829a4](/~https://github.com/lobehub/lobe-chat/commit/10829a4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 0.94.5](/~https://github.com/lobehub/lobe-chat/compare/v0.94.4...v0.94.5) Released on **2023-10-22** diff --git a/package.json b/package.json index 5ca884cd50083..3bb9092a6216a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "0.94.5", + "version": "0.95.0", "description": "An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application", "keywords": [ "chatbot",