We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46031a commit ce37515Copy full SHA for ce37515
2 files changed
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
6
+## [0.0.2] - 2025-09-29
7
8
+### 🔧 其他更改
9
10
+- 临时禁用发布前的代码质量检查和测试 (e46031a)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "blade-code",
- "version": "0.0.1",
+ "version": "0.0.2",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
@@ -115,4 +115,4 @@
115
"yargs": "^18.0.0",
116
"zod": "^3.24.2"
117
}
118
-}
+}
0 commit comments