Skip to content

Commit 1f618f9

Browse files
committed
release: v0.1.5
1 parent 6e811e2 commit 1f618f9

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# 更新日志(Changelog):tada:
22

33
**一款为开发者快速搭建 Arco 项目的命令行工具**
4+
### [0.1.5](https://github.com/oljc/creat-arco-pro/compare/v0.1.4...v0.1.5) (2025-01-15)
5+
6+
7+
### ### :gear: CI | 持续集成
8+
9+
* 调整 CI 权限 ([2a308a4](https://github.com/oljc/create-arco-pro/commit/2a308a49d3cd92ab7fa0d6af7c473cfbd3ef97c7))
10+
11+
12+
### ### :bug: Bug | 修复
13+
14+
* 修复克隆深度警告 ([871f113](https://github.com/oljc/create-arco-pro/commit/871f113e0a34f50272383d723d15cab4ecca6eda))
15+
16+
17+
### ### :sparkles: Features | 更新
18+
19+
* 调整编辑器配置 ([f1b704c](https://github.com/oljc/create-arco-pro/commit/f1b704cf24c484729d5fe89a3cba03caf6d971ee))
20+
* 修复一些已知问题、优化性能 ([6e811e2](https://github.com/oljc/create-arco-pro/commit/6e811e2407b50f072535007c273c431db7dbd04d))
21+
422
### [0.1.4](https://github.com/oljc/creat-arco-pro/compare/v0.1.3...v0.1.4) (2025-01-14)
523

624
### [0.1.3](https://github.com/oljc/creat-arco-pro/compare/v0.1.2...v0.1.3) (2025-01-14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-arco-pro",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A template to quickly initialize an Arco Pro project",
55
"author": "oljc <ljc.byte@gmail.com>",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)