Skip to content

Commit 86b7942

Browse files
🔖 chore(release): v1.5.1 [skip ci]
### [Version&nbsp;1.5.1](v1.5.0...v1.5.1) <sup>Released on **2024-01-11**</sup> #### 🐛 Bug Fixes - **misc**: Fix gateway runtime, fix gateway runtime. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix gateway runtime ([f181fa3](f181fa3)) * **misc**: Fix gateway runtime, closes [#24](#24) ([8b1a443](8b1a443)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent f181fa3 commit 86b7942

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
# Changelog
44

5+
### [Version 1.5.1](https://github.com/lobehub/chat-plugin-template/compare/v1.5.0...v1.5.1)
6+
7+
<sup>Released on **2024-01-11**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Fix gateway runtime, fix gateway runtime.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's fixed
19+
20+
- **misc**: Fix gateway runtime ([f181fa3](https://github.com/lobehub/chat-plugin-template/commit/f181fa3))
21+
- **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))
22+
23+
</details>
24+
25+
<div align="right">
26+
27+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
28+
29+
</div>
30+
531
## [Version 1.5.0](https://github.com/lobehub/chat-plugin-template/compare/v1.4.0...v1.5.0)
632

733
<sup>Released on **2023-12-30**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-identifier",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"description": "This is the plugin template for LobeChat plugin development",
66
"homepage": "https://github.com/lobehub/chat-plugin-template",

0 commit comments

Comments
 (0)