diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae3f29..1f840f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # cmyr-template-cli +## [1.30.2](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.30.1...v1.30.2) (2024-07-19) + + +### 🐛 Bug 修复 + +* 新增 zx 依赖 ([3a3153d](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/3a3153d)) +* 移除部分过时的项目模板 ([037d525](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/037d525)) + ## [1.30.1](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.30.0...v1.30.1) (2024-07-16) diff --git a/package.json b/package.json index 96d4c57..2d091f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmyr-template-cli", - "version": "1.30.1", + "version": "1.30.2", "description": "草梅友仁自制的项目模板创建器", "author": "CaoMeiYouRen", "license": "MIT", @@ -46,8 +46,8 @@ "@types/lodash": "^4.14.165", "@types/node": "^20.0.0", "@types/promise.any": "^2.0.0", - "@typescript-eslint/eslint-plugin": "7.16.1", - "@typescript-eslint/parser": "7.16.1", + "@typescript-eslint/eslint-plugin": "7.17.0", + "@typescript-eslint/parser": "7.17.0", "commitizen": "^4.2.2", "conventional-changelog-cli": "^5.0.0", "conventional-changelog-cmyr-config": "^2.1.1",