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",