We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dd801 commit 10fb8a2Copy full SHA for 10fb8a2
2 files changed
CHANGELOG.md
@@ -3,6 +3,17 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.0.4] - 2025-10-01
7
+
8
+### ✨ 新功能
9
10
+- 迁移命令行工具从commander到yargs (08c2498)
11
12
+### 🔧 其他更改
13
14
+- 更新axios依赖至1.12.2,并调整release配置以跳过安全检查 (72dd801)
15
16
17
## [0.0.3] - 2025-09-30
18
19
### ✨ 新功能
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.0.3",
+ "version": "0.0.4",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments