chore: release packages (#360)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
aed91dbe45
commit
fac4bc19c5
@@ -1,5 +1,16 @@
|
||||
# @esengine/cli
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#359](https://github.com/esengine/esengine/pull/359) [`aed91db`](https://github.com/esengine/esengine/commit/aed91dbe4507459f8ac0563ee933e44fd4c9fea6) Thanks [@esengine](https://github.com/esengine)! - feat(cli): 添加 update 命令用于更新 ESEngine 包
|
||||
- 新增 `esengine update` 命令检查并更新 @esengine/\* 包到最新版本
|
||||
- 支持 `--check` 参数仅检查可用更新而不安装
|
||||
- 支持 `--yes` 参数跳过确认提示
|
||||
- 显示包更新状态,对比当前版本与最新版本
|
||||
- 更新时保留版本前缀(^ 或 ~)
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esengine/cli",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"description": "CLI tool for adding ESEngine ECS framework to existing projects",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user