From 86b79428302faa02e210aea65cd6b372aaba35b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jan 2024 05:05:39 +0000 Subject: [PATCH] :bookmark: chore(release): v1.5.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.5.1](https://github.com/lobehub/chat-plugin-template/compare/v1.5.0...v1.5.1) Released on **2024-01-11** #### 🐛 Bug Fixes - **misc**: Fix gateway runtime, fix gateway runtime.
Improvements and Fixes #### What's fixed * **misc**: Fix gateway runtime ([f181fa3](https://github.com/lobehub/chat-plugin-template/commit/f181fa3)) * **misc**: Fix gateway runtime, closes [#24](https://github.com/lobehub/chat-plugin-template/issues/24) ([8b1a443](https://github.com/lobehub/chat-plugin-template/commit/8b1a443))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3238ffd..f546842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ # Changelog +### [Version 1.5.1](https://github.com/lobehub/chat-plugin-template/compare/v1.5.0...v1.5.1) + +Released on **2024-01-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix gateway runtime, fix gateway runtime. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix gateway runtime ([f181fa3](https://github.com/lobehub/chat-plugin-template/commit/f181fa3)) +- **misc**: Fix gateway runtime, closes [#24](https://github.com/lobehub/chat-plugin-template/issues/24) ([8b1a443](https://github.com/lobehub/chat-plugin-template/commit/8b1a443)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.5.0](https://github.com/lobehub/chat-plugin-template/compare/v1.4.0...v1.5.0) Released on **2023-12-30** diff --git a/package.json b/package.json index 21013b9..c2848f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-identifier", - "version": "1.5.0", + "version": "1.5.1", "private": true, "description": "This is the plugin template for LobeChat plugin development", "homepage": "https://github.com/lobehub/chat-plugin-template",