diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f3cf6..7247764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.1](https://github.com/lobehub/chat-plugin-web-crawler/compare/v1.1.0...v1.1.1) (2023-08-24) + +### 🐛 修复 + +- Update manifest ([2082b49](https://github.com/lobehub/chat-plugin-web-crawler/commit/2082b49)) + # [1.1.0](https://github.com/lobehub/chat-plugin-web-crawler/compare/v1.0.0...v1.1.0) (2023-08-23) ### ✨ 新特性 diff --git a/package.json b/package.json index 29adb53..6fdb7fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-web-crawler", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "Lobe Chat 网页抓取服务", "repository": "https://github.com/lobehub/chat-plugin-web-crawler.git",