diff --git a/CHANGELOG.md b/CHANGELOG.md index c6251d0b..432fd8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file. See [Conven +## v0.0.1-alpha.13 (2024-09-25) + +### ✨ Features + +- 引入`@142vip/fairy-cli`模块,简化`clean`、`lint`命令  -  by **微信公众号:储凡** and **142vip.cn** in https://github.com/142vip/408CSFamily/issues/98 [(08892)](https://github.com/142vip/408CSFamily/commit/0889277) +- 移除`release`脚本和依赖,配置`release`命令自动化发布流程  -  by **142vip.cn** [(e67c9)](https://github.com/142vip/408CSFamily/commit/e67c912) +- 引入`@142vip/utils`模块,删除`.exec`执行器,优化`scripts`脚本逻辑和流程  -  by **142vip.cn** in https://github.com/142vip/408CSFamily/issues/100 [(e792e)](https://github.com/142vip/408CSFamily/commit/e792ed4) +- 移除`eslint`相关配置,引入`@antfu/eslint-config`,统一约束风格  -  by **142vip.cn** [(93038)](https://github.com/142vip/408CSFamily/commit/9303820) +- 移除`release`命令发布流程时的`commitlint`配置文件  -  by **142vip.cn** [(dee35)](https://github.com/142vip/408CSFamily/commit/dee351c) +- **GitHub Actions**: + - 引入`@142vip/release-version`模块,修改`CD`流水线支持自动发布流程  -  by **142vip.cn** [(20fdd)](https://github.com/142vip/408CSFamily/commit/20fdd0d) + - 修改`CD`流水线逻辑,基于`@142vip/fairy-cli`模块使用`changelog`命令  -  by **142vip.cn** [(c0d88)](https://github.com/142vip/408CSFamily/commit/c0d8877) + +### 🔥 Performance + +- 优化`CI`脚本,基于`corepack`锁定`pnpm`版本  -  by **142vip.cn** [(62e18)](https://github.com/142vip/408CSFamily/commit/62e18ab) +- **GitHub Actions**: + - 优化`CD`流水线,替换`github pages`部署流程  -  by **142vip.cn** [(cd99f)](https://github.com/142vip/408CSFamily/commit/cd99f58) + +### 🐛 Bug Fixes + +- 修复`CD`流水线权限异常  -  by **142vip.cn** [(c45c6)](https://github.com/142vip/408CSFamily/commit/c45c660) +- **GitHub Actions**: + - 修复`CD`流水线中`vercel`命令使用异常,避免冗余安装模块  -  by **142vip.cn** [(e264c)](https://github.com/142vip/408CSFamily/commit/e264c49) + +**Release New Version v0.0.1-alpha.13 [👉 View Changes On GitHub](https://github.com/142vip/408CSFamily/compare/v0.0.1-alpha.12...v0.0.1-alpha.13)** + ## [0.0.1-alpha.12](https://github.com/142vip/408CSFamily/compare/v0.0.1-alpha.11...v0.0.1-alpha.12) (2024-04-17) diff --git a/package.json b/package.json index a5937723..a0daa4ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "408CSFamily", "type": "module", - "version": "0.0.1-alpha.12", + "version": "0.0.1-alpha.13", "packageManager": "pnpm@9.6.0", "description": "研究生考试408考点、工作面试计算机基础知识合集", "authorInfo": {