Skip to content

Commit 45a50de

Browse files
committed
chore(release): publish v0.0.2-alpha.22
1 parent ccf4c9e commit 45a50de

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.22 (2024-11-01)
8+
9+
### 🔥 Performance
10+
11+
- Update `@142vip/vuepress` deps &nbsp;-&nbsp; by **chufan** [<samp>(66188)</samp>](https://github.com/142vip/JavaScriptCollection/commit/6618885)
12+
13+
### 🐛 Bug Fixes
14+
15+
- 修复`simple-git-hooks`钩子函数触发异常 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/181 [<samp>(cf3f0)</samp>](https://github.com/142vip/JavaScriptCollection/commit/cf3f012)
16+
- 修复`Docker`构建`OOM`异常,使用增加`OOM`限制的`node:20.17.0-alpine`基础镜像 &nbsp;-&nbsp; by **chufan** [<samp>(d78e0)</samp>](https://github.com/142vip/JavaScriptCollection/commit/d78e081)
17+
18+
### 📖 Documentation
19+
20+
- Update README &nbsp;-&nbsp; by **chufan** [<samp>(91c7c)</samp>](https://github.com/142vip/JavaScriptCollection/commit/91c7ce6)
21+
22+
**Release New Version v0.0.2-alpha.22 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.21...v0.0.2-alpha.22)**
23+
724
## v0.0.2-alpha.21 (2024-10-16)
825

926
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
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.21",
4+
"version": "0.0.2-alpha.22",
55
"packageManager": "pnpm@9.6.0",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)