Skip to content

Commit dd4563d

Browse files
committed
release(@142vip/utils): publish v0.0.1-alpha.1
1 parent 87ac1e2 commit dd4563d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

packages/utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
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.
4+
5+
## v0.0.1-alpha.1 (2024-09-08)
6+
7+
### ✨ Features
8+
9+
- 模块新增,支持`shell``logger`基础功能封装,支持`@142vip/common`模块部分功能 &nbsp;-&nbsp; by **chufan** [<samp>(bd760)</samp>](https://github.com/142vip/core-x/commit/bd7606c)
10+
- 修复`execShell`函数执行异常,支持同步执行命令 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/core-x/issues/94 [<samp>(b00c9)</samp>](https://github.com/142vip/core-x/commit/b00c950)
11+
12+
**Release New Version v0.0.1-alpha.1 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/utils)**

packages/utils/package.json

Lines changed: 2 additions & 3 deletions
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.0",
4+
"version": "0.0.1-alpha.1",
55
"private": false,
66
"description": "基础工具集合",
77
"author": "mmdapl <mmdapl@163.com>",
@@ -36,8 +36,7 @@
3636
"dayjs": "^1.11.11",
3737
"inquirer": "7"
3838
},
39-
"devDependencies": {
40-
},
39+
"devDependencies": {},
4140
"publishConfig": {
4241
"access": "public",
4342
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)