diff --git a/CHANGELOG.md b/CHANGELOG.md index f14c906..e0a68c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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.24 (2025-02-14) + +### ✨ Features + +- 优化`authorInfo`信息和`bundle`命令的使用  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/356 [(e5730)](https://github.com/142vip/core-x/commit/e57308f) +- `tsconfig.package.json`增加装饰器相关配置  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/369 [(61071)](https://github.com/142vip/core-x/commit/61071e8) +- 优化`authorInfo`信息展示配置  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/370 [(98fc7)](https://github.com/142vip/core-x/commit/98fc768) +- **@142vip/utils**: + - 增加`getPackageJSON`、`getProcessArgvByIndex`等工具方法  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/355 [(bd211)](https://github.com/142vip/core-x/commit/bd211a9) + +### 🐛 Bug Fixes + +- **@142vip/changelog**: + - 修复version字段错误、文档格式异常  -  by **142vip.cn** in https://github.com/142vip/core-x/issues/363 [(20a5c)](https://github.com/142vip/core-x/commit/20a5c78) +- **deps**: + - Update nest monorepo  -  by **renovate[bot]** in https://github.com/142vip/core-x/issues/362 [(df89f)](https://github.com/142vip/core-x/commit/df89f04) + - Update dependency qs to v6.14.0  -  by **renovate[bot]** in https://github.com/142vip/core-x/issues/371 [(75410)](https://github.com/142vip/core-x/commit/754106b) + +### 😏 Release Packages + +- **@142vip/changelog**: + - Publish `v0.0.1-alpha.14`  -  by **chufan** [(ad0dd)](https://github.com/142vip/core-x/commit/ad0dd30) +- **@142vip/utils**: + - Publish `v0.0.1-alpha.20`  -  by **chufan** [(c0ec9)](https://github.com/142vip/core-x/commit/c0ec937) + +**Release New Version v0.0.1-alpha.24 [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.23...v0.0.1-alpha.24)** + ## v0.0.1-alpha.23 (2025-02-13) ### ✨ Features diff --git a/package.json b/package.json index 42239a7..b325565 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@142vip/core-x", "type": "module", - "version": "0.0.1-alpha.23", + "version": "0.0.1-alpha.24", "private": true, "packageManager": "pnpm@9.6.0", "description": "基于自身技术栈在进行工程化实践中封装的工具包、通用模块",