diff --git a/CHANGELOG.md b/CHANGELOG.md index e80862e..317f5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.2.0](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.1.1...v1.2.0) + +Released on **2023-08-24** + +#### ✨ Features + +- **misc**: Add SERPAPI_API_KEY settings. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add SERPAPI_API_KEY settings ([eade49c](https://github.com/lobehub/chat-plugin-search-engine/commit/eade49c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.1.1](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.1.0...v1.1.1) Released on **2023-08-24** diff --git a/package.json b/package.json index 28ab9d0..a5dc375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-search-engine", - "version": "1.1.1", + "version": "1.2.0", "description": "Lobe Chat Search Engine Plugin", "repository": "https://github.com/lobehub/chat-plugin-search-engine.git", "main": "dist/index.js",