diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ee300cf..7d9801da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. See [Conven +## v0.0.2-alpha.19 (2024-09-23) + +### ✨ Features + +- `pnpm`包下载源改为:`https://mirrors.tencent.com/npm/`  -  by **chufan** [(1d124)](https://github.com/142vip/JavaScriptCollection/commit/1d124c4) +- 移除无用`pnpm`模块,优化`bundler`编译配置  -  by **chufan** [(742ee)](https://github.com/142vip/JavaScriptCollection/commit/742eeb7) +- 移除`husky`模块,使用`simple-git-hooks`来配置钩子函数,规范仓库内容  -  by **chufan** [(0298f)](https://github.com/142vip/JavaScriptCollection/commit/0298f3b) +- 修改导航栏配置,支持图标,完善文档内容  -  by **chufan** [(94128)](https://github.com/142vip/JavaScriptCollection/commit/9412880) + +### 🔥 Performance + +- 优化`bundle`脚本,支持`Dockerfile`构建  -  by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/165 [(23155)](https://github.com/142vip/JavaScriptCollection/commit/2315590) +- 升级`vuepress`相关版本依赖,修改新版本模块配置  -  by **chufan** [(be055)](https://github.com/142vip/JavaScriptCollection/commit/be05540) + +### 🐛 Bug Fixes + +- 修复`corepack`下载源在`Dockerfile`中使用异常,统一为:`https://mirrors.tencent.com/npm/`  -  by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/168 [(df0db)](https://github.com/142vip/JavaScriptCollection/commit/df0db7b) +- 基于`Eslint`规则修复一些文档格式问题  -  by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/170 [(9e4d7)](https://github.com/142vip/JavaScriptCollection/commit/9e4d75f) + +### 📖 Documentation + +- 更新文档  -  by **chufan** [(bc13b)](https://github.com/142vip/JavaScriptCollection/commit/bc13bd8) + +**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)** + ## v0.0.2-alpha.18 (2024-09-19) ### ✨ Features diff --git a/package.json b/package.json index 65026809a..97efa9dc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "JavaScriptCollection", "type": "module", - "version": "0.0.2-alpha.18", + "version": "0.0.2-alpha.19", "packageManager": "pnpm@9.6.0", "description": "一本有趣的JavaScript合集", "authorInfo": {