From 11a4d1bf2381592577abfa81cd2e6ee7e5962ca1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Nov 2023 20:00:07 +0000 Subject: [PATCH] :bookmark: chore(release): v1.2.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.2.1](https://github.com/lobehub/chat-plugin-template/compare/v1.2.0...v1.2.1) Released on **2023-11-06** #### ♻ Code Refactoring - **misc**: Refactor to use new lobeChat api.
Improvements and Fixes #### Code refactoring * **misc**: Refactor to use new lobeChat api ([1f0a533](https://github.com/lobehub/chat-plugin-template/commit/1f0a533))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fad88b..616a114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.2.1](https://github.com/lobehub/chat-plugin-template/compare/v1.2.0...v1.2.1) + +Released on **2023-11-06** + +#### ♻ Code Refactoring + +- **misc**: Refactor to use new lobeChat api. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor to use new lobeChat api ([1f0a533](https://github.com/lobehub/chat-plugin-template/commit/1f0a533)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.2.0](https://github.com/lobehub/chat-plugin-template/compare/v1.1.0...v1.2.0) Released on **2023-10-23** diff --git a/package.json b/package.json index 8803bda..3756a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-identifier", - "version": "1.2.0", + "version": "1.2.1", "private": true, "description": "This is the plugin template for LobeChat plugin development", "homepage": "https://github.com/lobehub/chat-plugin-template",