Skip to content

Commit ad74483

Browse files
committed
release(@142vip/utils): publish v0.0.1-alpha.17
1 parent a34925c commit ad74483

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/utils/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
## v0.0.1-alpha.17 (2025-02-10)
6+
7+
### ✨ Features
8+
9+
- 增加`formatDateToYMD`日期封装 &nbsp;-&nbsp; by **chufan** [<samp>(29352)</samp>](https://github.com/142vip/core-x/commit/29352bf)
10+
- 拓展`VipGit`,支持`git`相关操作功能 &nbsp;-&nbsp; by **chufan** [<samp>(7d360)</samp>](https://github.com/142vip/core-x/commit/7d36065)
11+
- 引入`semver`模块,集成`VipSemver` API 功能 &nbsp;-&nbsp; by **chufan** [<samp>(527f6)</samp>](https://github.com/142vip/core-x/commit/527f64a)
12+
- 增加错误码、`Release`类型枚举 &nbsp;-&nbsp; by **chufan** [<samp>(47079)</samp>](https://github.com/142vip/core-x/commit/470797e)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Update dependency semver to v7.7.1 &nbsp;-&nbsp; by **chufan** [<samp>(5d979)</samp>](https://github.com/142vip/core-x/commit/5d9798e)
17+
18+
### 💅 Refactors
19+
20+
- 优化`execCommand`命令执行器,移除`execa`模块 &nbsp;-&nbsp; by **chufan** [<samp>(42b73)</samp>](https://github.com/142vip/core-x/commit/42b7370)
21+
- 重构代码,丰富工具函数栈,支持`version`拓展 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/core-x/issues/342 [<samp>(89163)</samp>](https://github.com/142vip/core-x/commit/8916371)
22+
23+
**Release New Version v0.0.1-alpha.17 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**
24+
525
## v0.0.1-alpha.16 (2025-02-06)
626

727
### ✨ Features

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@142vip/utils",
33
"type": "module",
4-
"version": "0.0.1-alpha.16",
4+
"version": "0.0.1-alpha.17",
55
"private": false,
66
"description": "基础工具集合",
77
"author": "mmdapl <mmdapl@163.com>",

0 commit comments

Comments
 (0)