Skip to content

Commit 137e196

Browse files
author
142vip.cn
committed
chore(release): publish v0.0.2-alpha.5
1 parent 8833d82 commit 137e196

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [Conven
44

55
<!-- #region recent-alpha -->
66

7+
## [0.0.2-alpha.5](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.4...v0.0.2-alpha.5) (2023-10-25)
8+
9+
10+
### Bug Fixes
11+
12+
* 修复CI中docker镜像构建异常,约束release脚本使用范围 ([#74](https://github.com/142vip/JavaScriptCollection/issues/74)) ([249524e](https://github.com/142vip/JavaScriptCollection/commit/249524e50ba74694f9eebd0dd4cf11b27393aec7))
13+
* 修复dockerfile构建异常 ([d8e025d](https://github.com/142vip/JavaScriptCollection/commit/d8e025ded69b6de9bd93d8f6677b86a712768c37))
14+
15+
16+
### Performance Improvements
17+
18+
* **pnpm:** CI支持PNPM8 ([d17baf7](https://github.com/142vip/JavaScriptCollection/commit/d17baf7642ee91709ea2e83dd51d95089dffe89e))
19+
* vue、eslint模块依赖更新 ([b29225e](https://github.com/142vip/JavaScriptCollection/commit/b29225e8ef0e3763cfee8d4fbdc36ea6595626de))
20+
721
## [0.0.2-alpha.4](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.3...v0.0.2-alpha.4) (2023-10-25)
822

923

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptCollection",
33
"description": "一本有趣的JavaScript合集",
4-
"version": "0.0.2-alpha.4",
4+
"version": "0.0.2-alpha.5",
55
"packageManager": "[email protected]",
66
"engines": {
77
"node": "^18.x",

0 commit comments

Comments
 (0)