diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5dd84da..cca911197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.3](https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) + + +### Bug Fixes + +* **cli:** czg export type can not be used ([#175](https://github.com/Zhengqbbb/cz-git/issues/175)) ([4fe94cf](https://github.com/Zhengqbbb/cz-git/commit/4fe94cf149b0800a37af5b1f94a6bfff1580e89f)) + + + ## [1.9.2](https://github.com/Zhengqbbb/cz-git/compare/v1.9.1...v1.9.2) (2024-05-26) diff --git a/package.json b/package.json index 97b5ce958..9396268ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.9.2", + "version": "1.9.3", "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 50522cca9..4a4bc15d5 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.9.2", + "version": "1.9.3", "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 22172076e..40616b360 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.9.2", + "version": "1.9.3", "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 118b63d7f..7f4a36a83 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.3](https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) + + +### Bug Fixes + +* **cli:** czg export type can not be used ([#175](https://github.com/Zhengqbbb/cz-git/issues/175)) ([4fe94cf](https://github.com/Zhengqbbb/cz-git/commit/4fe94cf149b0800a37af5b1f94a6bfff1580e89f)) + + + ## [1.9.2](https://github.com/Zhengqbbb/cz-git/compare/v1.9.1...v1.9.2) (2024-05-26) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5d3941ae1..da9b49fcf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.9.2", + "version": "1.9.3", "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 7a21ce98b..75e9682f6 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.3](https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) + + +### Bug Fixes + +* **cli:** czg export type can not be used ([#175](https://github.com/Zhengqbbb/cz-git/issues/175)) ([4fe94cf](https://github.com/Zhengqbbb/cz-git/commit/4fe94cf149b0800a37af5b1f94a6bfff1580e89f)) + + + ## [1.9.2](https://github.com/Zhengqbbb/cz-git/compare/v1.9.1...v1.9.2) (2024-05-26) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 732927c8c..b7cf458d8 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.9.2", + "version": "1.9.3", "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT",