diff --git a/CHANGELOG.md b/CHANGELOG.md index 94867318..10a29cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ # Changelog +# [1.11.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.10.0...v1.11.0) (2024-11-27) + + +### ✨ Features + +* **agent**: English-chinese-dictionary-expert [@swarfte](https://github.com/swarfte), closes [#1146](https://github.com/lobehub/lobe-chat-agents/issues/1146) [#1096](https://github.com/lobehub/lobe-chat-agents/issues/1096) ([6e94a83](https://github.com/lobehub/lobe-chat-agents/commit/6e94a83)) + + +### 🎫 Chores + +* Auto format and add i18n json files ([9aac806](https://github.com/lobehub/lobe-chat-agents/commit/9aac806)) + # [1.10.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.9.0...v1.10.0) (2024-11-26) ### ✨ Features diff --git a/package.json b/package.json index 11a9647a..67391bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/agents-index", - "version": "1.10.0", + "version": "1.11.0", "description": "LobeChat awesome agents index", "homepage": "https://github.com/lobehub/lobe-chat-agents", "repository": {