diff --git a/CHANGELOG.md b/CHANGELOG.md index 520bd82..3d7f6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ # Changelog +### [VersionĀ 1.4.8](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.4.7...v1.4.8) + +Released on **2023-09-08** + +#### šŸ› Bug Fixes + +- **misc**: Fix ci, Fix ci. + +#### šŸ’„ Styles + +- **misc**: Update grid card style. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix ci ([7d112d5](https://github.com/lobehub/chat-plugin-search-engine/commit/7d112d5)) +- **misc**: Fix ci ([d4ea671](https://github.com/lobehub/chat-plugin-search-engine/commit/d4ea671)) + +#### Styles + +- **misc**: Update grid card style ([85e8101](https://github.com/lobehub/chat-plugin-search-engine/commit/85e8101)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [VersionĀ 1.4.7](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.4.6...v1.4.7) Released on **2023-09-06** diff --git a/package.json b/package.json index 710400b..9ea29d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-search-engine", - "version": "1.4.7", + "version": "1.4.8", "private": true, "description": "This plugin allows for the use of the SerpApi search engine", "homepage": "https://github.com/lobehub/chat-plugin-search-engine",