Skip to content

Commit 84e360c

Browse files
🔖 chore(release): v1.5.0 [skip ci]
## [Version&nbsp;1.5.0](v1.4.0...v1.5.0) <sup>Released on **2023-12-30**</sup> #### ✨ Features - **misc**: Support markdown type. #### 💄 Styles - **misc**: Improve manifest info. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support markdown type ([0a6e154](0a6e154)) #### Styles * **misc**: Improve manifest info ([0f51c54](0f51c54)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 6c55a60 commit 84e360c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [Version 1.5.0](https://github.com/lobehub/chat-plugin-template/compare/v1.4.0...v1.5.0)
6+
7+
<sup>Released on **2023-12-30**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Support markdown type.
12+
13+
#### 💄 Styles
14+
15+
- **misc**: Improve manifest info.
16+
17+
<br/>
18+
19+
<details>
20+
<summary><kbd>Improvements and Fixes</kbd></summary>
21+
22+
#### What's improved
23+
24+
- **misc**: Support markdown type ([0a6e154](https://github.com/lobehub/chat-plugin-template/commit/0a6e154))
25+
26+
#### Styles
27+
28+
- **misc**: Improve manifest info ([0f51c54](https://github.com/lobehub/chat-plugin-template/commit/0f51c54))
29+
30+
</details>
31+
32+
<div align="right">
33+
34+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
35+
36+
</div>
37+
538
## [Version 1.4.0](https://github.com/lobehub/chat-plugin-template/compare/v1.3.0...v1.4.0)
639

740
<sup>Released on **2023-12-02**</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.4.0",
3+
"version": "1.5.0",
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)