We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3c033 commit 93fdb99Copy full SHA for 93fdb99
docs/changelog.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.1.10] - 2026-01-22
7
+
8
+### ♻️ 代码重构
9
10
+- 使用运行时验证替代静态枚举检查 (ae3c033)
11
12
13
## [0.1.9] - 2026-01-22
14
15
### ✨ 新功能
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.1.9",
+ "version": "0.1.10",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments