We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189152a commit 4663424Copy full SHA for 4663424
2 files changed
docs/changelog.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.3.3] - 2026-04-21
7
+
8
+### 🐛 问题修复
9
10
+- 修复重复创建 abortController 导致任务状态错误的问题 (189152a)
11
12
13
## [0.3.2] - 2026-04-18
14
15
### ✨ 新功能
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.3.2",
+ "version": "0.3.3",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments