Skip to content

Commit 195fbc6

Browse files
committed
chore: release v0.2.4
1 parent e7ca53d commit 195fbc6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.2.4] - 2026-02-09
7+
8+
### 🐛 问题修复
9+
10+
- allow root execution in container/sandbox/CI environments (9f02561)
11+
12+
### ♻️ 代码重构
13+
14+
- 重构依赖项结构,将web相关依赖移动到cli/web目录 (1b2a17a)
15+
16+
617
## [0.2.3] - 2026-02-03
718

819
### 📝 文档更新

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blade-code",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": false,
55
"description": "🗡️ Blade Code - 智能代码助手命令行工具",
66
"type": "module",

0 commit comments

Comments
 (0)