We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005c8ea commit 5c9c0eeCopy full SHA for 5c9c0ee
2 files changed
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [0.0.12] - 2025-11-01
7
+
8
+### ♻️ 代码重构
9
10
+- 重构日志系统并优化文本编辑工具 (4b1a57b)
11
12
13
## [0.0.11] - 2025-10-23
14
15
### ✨ 新功能
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blade-code",
- "version": "0.0.11",
+ "version": "0.0.12",
"private": false,
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
"type": "module",
0 commit comments