diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cdb0b..5d0cc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## v0.0.1-alpha.4 (2024-07-25) + +### ✨ Features + +- 关闭markdown格式校验,忽略antfu/no-import-dist校验  -  by **chufan** [(43552)](https://github.com/142vip/core-x/commit/43552da) +- 移除markdown-cli模块,使用eslint校验文档格式  -  by **chufan** [(938ab)](https://github.com/142vip/core-x/commit/938ab79) + +### 🐛 Bug Fixes + +- **@142vip/changelog**: + - 修复预发布标签验证异常导致CI执行失败  -  by **chufan** [(cbe8d)](https://github.com/142vip/core-x/commit/cbe8df1) + +### 💅 Refactors + +- **@142vip/fairy-cli**: + - 调整模块代码结构,易于维护、补充文档  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/18 [(1d61d)](https://github.com/142vip/core-x/commit/1d61d30) + +### 📖 Documentation + +- 更新静态网站,新增团队成员和一些功能说明  -  by **chufan** [(5baf4)](https://github.com/142vip/core-x/commit/5baf4a4) + +**Release New Version v0.0.1-alpha.4 [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.3...v0.0.1-alpha.4)** + ## v0.0.1-alpha.3 (2024-07-24) ### ✨ Features diff --git a/package.json b/package.json index f45b624..df1c568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@142vip/core-x", - "version": "0.0.1-alpha.3", + "version": "0.0.1-alpha.4", "type": "module", "engines": { "node": "18.18.0",