diff --git a/CHANGELOG.md b/CHANGELOG.md index 9183e4a..6e8c3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.4.2](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.4.1...v1.4.2) + +Released on **2023-09-02** + +#### 🐛 Bug Fixes + +- **misc**: 修正 identifier 变更导致无法正常使用的问题. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 identifier 变更导致无法正常使用的问题 ([38b1177](https://github.com/lobehub/chat-plugin-search-engine/commit/38b1177)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.4.1](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.4.0...v1.4.1) Released on **2023-08-29** diff --git a/package.json b/package.json index 4bd77b5..e0013b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-search-engine", - "version": "1.4.1", + "version": "1.4.2", "private": true, "description": "Lobe Chat Search Engine Plugin", "homepage": "https://github.com/lobehub/chat-plugin-search-engine",