diff --git a/CHANGELOG.md b/CHANGELOG.md index 321f407..f79dbc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ # Changelog +## [1.0.11] + +### Changed + +- Removed unused functions. (f8d9c8) + +### Fixed + +- Fix: Resolved issue with Chinese character support in Cursor Console. (00943e1) + ## [1.0.10] ### Changed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index 727bf06..88543aa 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,16 @@ # 更新日誌 +## [1.0.11] + +### 變更 + +- 移除不再使用的函數。 (f8d9c8) + +### 修復 + +- 修復:修正 Cursor Console 不支援中文的問題。 (00943e1) + ## [1.0.10] ### 變更 diff --git a/package.json b/package.json index cc3687b..3feff06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.10", + "version": "1.0.11", "description": "Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems", "main": "dist/index.js", "type": "module",