From 6ecced06188e64e94f99dd72814fe933dbbb1253 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 12:16:01 +0000 Subject: [PATCH] :bookmark: chore(release): v1.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.1.1](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.1.0...v1.1.1) Released on **2023-08-24** #### 🐛 Bug Fixes - **misc**: Update manifest.
Improvements and Fixes #### What's fixed * **misc**: Update manifest ([39a1fba](https://github.com/lobehub/chat-plugin-search-engine/commit/39a1fba))
[![](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 7f8aac5..e80862e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.1.1](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.1.0...v1.1.1) + +Released on **2023-08-24** + +#### 🐛 Bug Fixes + +- **misc**: Update manifest. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Update manifest ([39a1fba](https://github.com/lobehub/chat-plugin-search-engine/commit/39a1fba)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.1.0](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.0.1...v1.1.0) Released on **2023-08-23** diff --git a/package.json b/package.json index 96780d9..28ab9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-search-engine", - "version": "1.1.0", + "version": "1.1.1", "description": "Lobe Chat Search Engine Plugin", "repository": "https://github.com/lobehub/chat-plugin-search-engine.git", "main": "dist/index.js",