diff --git a/CHANGELOG.md b/CHANGELOG.md index 616a114..68ebef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.3.0](https://github.com/lobehub/chat-plugin-template/compare/v1.2.1...v1.3.0) + +Released on **2023-11-16** + +#### ✨ Features + +- **misc**: Update manifest example. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Update manifest example, closes [#17](https://github.com/lobehub/chat-plugin-template/issues/17) ([abf44f0](https://github.com/lobehub/chat-plugin-template/commit/abf44f0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.2.1](https://github.com/lobehub/chat-plugin-template/compare/v1.2.0...v1.2.1) Released on **2023-11-06** diff --git a/package.json b/package.json index 3756a6e..716d7b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-identifier", - "version": "1.2.1", + "version": "1.3.0", "private": true, "description": "This is the plugin template for LobeChat plugin development", "homepage": "https://github.com/lobehub/chat-plugin-template",