Skip to content

Commit 03023a3

Browse files
committed
chore(release): publish v0.0.2-alpha.19
1 parent f63a503 commit 03023a3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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.19 (2024-09-23)
8+
9+
### ✨ Features
10+
11+
- `pnpm`包下载源改为:`https://mirrors.tencent.com/npm/` &nbsp;-&nbsp; by **chufan** [<samp>(1d124)</samp>](https://github.com/142vip/JavaScriptCollection/commit/1d124c4)
12+
- 移除无用`pnpm`模块,优化`bundler`编译配置 &nbsp;-&nbsp; by **chufan** [<samp>(742ee)</samp>](https://github.com/142vip/JavaScriptCollection/commit/742eeb7)
13+
- 移除`husky`模块,使用`simple-git-hooks`来配置钩子函数,规范仓库内容 &nbsp;-&nbsp; by **chufan** [<samp>(0298f)</samp>](https://github.com/142vip/JavaScriptCollection/commit/0298f3b)
14+
- 修改导航栏配置,支持图标,完善文档内容 &nbsp;-&nbsp; by **chufan** [<samp>(94128)</samp>](https://github.com/142vip/JavaScriptCollection/commit/9412880)
15+
16+
### 🔥 Performance
17+
18+
- 优化`bundle`脚本,支持`Dockerfile`构建 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/165 [<samp>(23155)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2315590)
19+
- 升级`vuepress`相关版本依赖,修改新版本模块配置 &nbsp;-&nbsp; by **chufan** [<samp>(be055)</samp>](https://github.com/142vip/JavaScriptCollection/commit/be05540)
20+
21+
### 🐛 Bug Fixes
22+
23+
- 修复`corepack`下载源在`Dockerfile`中使用异常,统一为:`https://mirrors.tencent.com/npm/` &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/168 [<samp>(df0db)</samp>](https://github.com/142vip/JavaScriptCollection/commit/df0db7b)
24+
- 基于`Eslint`规则修复一些文档格式问题 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/170 [<samp>(9e4d7)</samp>](https://github.com/142vip/JavaScriptCollection/commit/9e4d75f)
25+
26+
### 📖 Documentation
27+
28+
- 更新文档 &nbsp;-&nbsp; by **chufan** [<samp>(bc13b)</samp>](https://github.com/142vip/JavaScriptCollection/commit/bc13bd8)
29+
30+
**Release New Version v0.0.2-alpha.19 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.18...v0.0.2-alpha.19)**
31+
732
## v0.0.2-alpha.18 (2024-09-19)
833

934
### ✨ 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.18",
4+
"version": "0.0.2-alpha.19",
55
"packageManager": "[email protected]",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)