Skip to content

Commit 4442a27

Browse files
committed
chore(release): publish v0.0.2-alpha.20
1 parent 4f7d214 commit 4442a27

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

7+
## v0.0.2-alpha.20 (2024-10-01)
8+
9+
### ✨ Features
10+
11+
- 增加文档内容,优化站点主页,新增`icon`图标、超链接 &nbsp;-&nbsp; by **chufan** [<samp>(be4d8)</samp>](https://github.com/142vip/JavaScriptCollection/commit/be4d82a)
12+
- 移除`@142vip/release-version`模块,升级依赖。替换`CD`流水线上的`changelog`命令 &nbsp;-&nbsp; by **chufan** [<samp>(4ddd2)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4ddd232)
13+
- 移除`antfu/eslint-config`模块,使用`@142vip/eslint-config`替换,修复配置异常 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/177 [<samp>(4f7d2)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4f7d214)
14+
15+
### 🔥 Performance
16+
17+
- 升级`@142vip/utils`依赖版本,引入`only-allow`严格校验`pnpm`使用 &nbsp;-&nbsp; by **chufan** [<samp>(57229)</samp>](https://github.com/142vip/JavaScriptCollection/commit/5722988)
18+
19+
### 🐛 Bug Fixes
20+
21+
- 修复`Dockerfile`构建异常,增加`git`国内下载 &nbsp;-&nbsp; by **chufan** [<samp>(0f686)</samp>](https://github.com/142vip/JavaScriptCollection/commit/0f686f3)
22+
23+
**Release New Version v0.0.2-alpha.20 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.19...v0.0.2-alpha.20)**
24+
725
## v0.0.2-alpha.19 (2024-09-23)
826

927
### ✨ Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptCollection",
33
"type": "module",
4-
"version": "0.0.2-alpha.19",
4+
"version": "0.0.2-alpha.20",
55
"packageManager": "[email protected]",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)