Skip to content

Commit 44afcc1

Browse files
author
chufan
committed
chore(release): publish v0.0.2-alpha.4
1 parent 66da306 commit 44afcc1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.4](///compare/v0.0.2-alpha.3...v0.0.2-alpha.4) (2023-10-23)
8+
9+
10+
### Features
11+
12+
* 优化流水线执行条件,只允许在主仓库执行 7080c96
13+
* 关闭artalk评论,后续统一开放 1da7eca
14+
* 大幅修改网站导航、目录结构,新增一些文档 0bf5ce8
15+
* 导航栏、侧边栏内容修改,新增目录对应的文档 5f1e13b
16+
* 文档内容大幅变更,新增部分文章固定链接 e1f1df0
17+
* 集成artalk评论系统 64bc531
18+
19+
20+
### Bug Fixes
21+
22+
* 修复内容宽度错误,水平管道条异常显示 97ee116
23+
24+
25+
### Performance Improvements
26+
27+
* CI脚本添加pnpm下载,导航栏配置文件优化 0e6034a
28+
* 更新依赖,升级webpack 9779c79
29+
730
## [0.0.2-alpha.3](https://github.com/mmdapl/JavaScriptCollection/compare/v0.0.2-alpha.2...v0.0.2-alpha.3) (2023-10-13)
831

932

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.3",
4+
"version": "0.0.2-alpha.4",
55
"packageManager": "[email protected]",
66
"engines": {
77
"node": "^18.x",

0 commit comments

Comments
 (0)