You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/utils/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## v0.0.1-alpha.5 (2024-09-24)
6
+
7
+
### ✨ Features
8
+
9
+
- 拓展`buildImage`函数,支持`Dockerfile`中的`--target`参数,分步骤构建 - by **chufan**[<samp>(b558a)</samp>](https://github.com/142vip/core-x/commit/b558a7c)
10
+
- 修改命令输出日志格式 - by **chufan**[<samp>(92036)</samp>](https://github.com/142vip/core-x/commit/92036b7)
11
+
12
+
### 🐛 Bug Fixes
13
+
14
+
- 拓展`buildImage`函数功能,增加`memory`参数,支持`Docker`内存限制 - by **chufan**[<samp>(694f0)</samp>](https://github.com/142vip/core-x/commit/694f054)
15
+
16
+
**Release New Version v0.0.1-alpha.5 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**
0 commit comments