diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0cc5d..c45ac61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ 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.5 (2024-07-26) + +### ✨ Features + +- 在monorepo配置中移除docs项目,静态文档作为根目录处理  -  by **chufan** [(31060)](https://github.com/142vip/core-x/commit/3106033) +- 新增issues和pr配置,更新文档  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/30 [(87efa)](https://github.com/142vip/core-x/commit/87efadc) +- **@142vip/fairy-cli**: + - 拓展cli工具,支持install、login等命令  -  by **chufan** [(798ff)](https://github.com/142vip/core-x/commit/798ff87) + - 移除unbuild等重复依赖,复用根目录依赖  -  by **chufan** [(92eb3)](https://github.com/142vip/core-x/commit/92eb3ea) + +### 🔥 Performance + +- 删除script冗余脚本,优化sync脚本逻辑  -  by **chufan** [(3c18c)](https://github.com/142vip/core-x/commit/3c18ced) +- 移除docker构建相关配置和忽略文件  -  by **chufan** [(0257d)](https://github.com/142vip/core-x/commit/0257d4c) +- **@142vip/changelog**: + - 移除未使用到的开发依赖,统一依赖版本  -  by **chufan** [(95cfc)](https://github.com/142vip/core-x/commit/95cfc50) + +### 🐛 Bug Fixes + +- **@142vip/changelog**: + - 修复流水线执行成功,程序非0异常退出  -  by **chufan** [(f99ea)](https://github.com/142vip/core-x/commit/f99ea7a) + +### 📖 Documentation + +- 修改文档,删除冗余内容  -  by **chufan** [(edfb8)](https://github.com/142vip/core-x/commit/edfb8ea) + +**Release New Version v0.0.1-alpha.5 [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.4...v0.0.1-alpha.5)** + ## v0.0.1-alpha.4 (2024-07-25) ### ✨ Features diff --git a/package.json b/package.json index df1c568..0064478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@142vip/core-x", - "version": "0.0.1-alpha.4", + "version": "0.0.1-alpha.5", "type": "module", "engines": { "node": "18.18.0",