diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dcc98be8..00928e9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) + + + ## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09) diff --git a/package.json b/package.json index 91f00ca87..bdab84a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.6.2", + "version": "1.7.0", "private": true, "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index 4ad751598..355fce662 100644 --- a/packages/@cz-git/plugin-inquirer/package.json +++ b/packages/@cz-git/plugin-inquirer/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/inquirer", - "version": "1.6.2", + "version": "1.7.0", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index 5ca54c9bf..e43f0935b 100644 --- a/packages/@cz-git/plugin-loader/package.json +++ b/packages/@cz-git/plugin-loader/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/loader", - "version": "1.6.2", + "version": "1.7.0", "description": "commitizen and commitlint configure loader for cz-git", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7c538c523..06101a302 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,7 @@ +# [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) + + + ## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09) diff --git a/packages/cli/package.json b/packages/cli/package.json index 98c040238..6e2be53f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.6.2", + "version": "1.7.0", "description": "Interactive Commitizen CLI that generate standardized git commit message", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index a30841ffd..a6e065a36 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,7 @@ +# [1.7.0](https://github.com/Zhengqbbb/cz-git/compare/v1.6.2...v1.7.0) (2023-07-09) + + + ## [1.6.2](https://github.com/Zhengqbbb/cz-git/compare/v1.6.1...v1.6.2) (2023-07-09) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 3bc5d8e8c..0944f46fc 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.6.2", + "version": "1.7.0", "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT",