diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f59194..389e95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # cmyr-template-cli +# [1.7.0](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.6.0...v1.7.0) (2021-12-17) + + +### ✨ 新功能 + +* 新增 Github Workflows、.editorconfig、commitlint.config.js 等配置的初始化 ([41f4905](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/41f4905)) +* 新增 License 初始化 ([cb1ad29](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/cb1ad29)) +* 新增 是否初始化 husky 选项;优化 commitlint、cz-conventional-changelog、husky、lint-staged 等的配置和依赖 ([e769a02](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/e769a02)) + + +### 🐛 Bug 修复 + +* 修复 贡献指南 文本错误 ([1677849](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/1677849)) + # [1.6.0](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.5.2...v1.6.0) (2021-12-16) diff --git a/package.json b/package.json index 6e509b7..2024b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmyr-template-cli", - "version": "1.6.0", + "version": "1.7.0", "description": "草梅友仁自制的项目模板创建器", "author": "CaoMeiYouRen", "license": "MIT", diff --git a/src/utils.ts b/src/utils.ts index ad28f16..aaf619b 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -597,7 +597,6 @@ async function initHusky(projectPath: string, projectInfos: any) { } } - /** * 根据 github name 获取作者网站 */