diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3bc86f4..0a27ae3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.6.0](https://github.com/Zhengqbbb/cz-git/compare/v1.5.3...v1.6.0) (2023-03-11) + + +### Features + +* **cz-git,cli:** add `aiType` option to switch openAI model ([#102](https://github.com/Zhengqbbb/cz-git/issues/102)) ([e956ca0](https://github.com/Zhengqbbb/cz-git/commit/e956ca0eb3492aaed6b6b74e64e6f975a9cb3c15)), closes [#101](https://github.com/Zhengqbbb/cz-git/issues/101) +* **cz-git,cli:** add JSON schema provide to JSON configure e.g `.czrc` ([c113e53](https://github.com/Zhengqbbb/cz-git/commit/c113e53258eb5138efc765c84da4180e7db5fda6)) +* **cz-git,czg:** add modify message with prompt on AI confirm ([#103](https://github.com/Zhengqbbb/cz-git/issues/103)) ([59b55c7](https://github.com/Zhengqbbb/cz-git/commit/59b55c7e07893e455cd4989cd25ca3a17a5210cb)) + + + ## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04) diff --git a/package.json b/package.json index ee8dcd639..a5d1277e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.5.3", + "version": "1.6.0", "private": true, "description": "A better customizable and git support commitizen adapter", "keywords": [ diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index 1d88d5c24..4e08b3797 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.5.3", + "version": "1.6.0", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "keywords": [ "cz-git", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index 3b9e79896..9789e37a0 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.5.3", + "version": "1.6.0", "description": "commitizen and commitlint configure loader for cz-git", "keywords": [ "cz-git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e2d03f108..e90f274ee 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.6.0](https://github.com/Zhengqbbb/cz-git/compare/v1.5.3...v1.6.0) (2023-03-11) + + +### Features + +* **cz-git,cli:** add `aiType` option to switch openAI model ([#102](https://github.com/Zhengqbbb/cz-git/issues/102)) ([e956ca0](https://github.com/Zhengqbbb/cz-git/commit/e956ca0eb3492aaed6b6b74e64e6f975a9cb3c15)), closes [#101](https://github.com/Zhengqbbb/cz-git/issues/101) +* **cz-git,cli:** add JSON schema provide to JSON configure e.g `.czrc` ([c113e53](https://github.com/Zhengqbbb/cz-git/commit/c113e53258eb5138efc765c84da4180e7db5fda6)) +* **cz-git,czg:** add modify message with prompt on AI confirm ([#103](https://github.com/Zhengqbbb/cz-git/issues/103)) ([59b55c7](https://github.com/Zhengqbbb/cz-git/commit/59b55c7e07893e455cd4989cd25ca3a17a5210cb)) + + + ## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04) diff --git a/packages/cli/package.json b/packages/cli/package.json index 4d6f2abad..677eac16e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.5.3", + "version": "1.6.0", "description": "Interactive Commitizen CLI that generate standardized git commit message", "keywords": [ "openai", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index 2800bf634..443fc11cf 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.6.0](https://github.com/Zhengqbbb/cz-git/compare/v1.5.3...v1.6.0) (2023-03-11) + + +### Features + +* **cz-git,cli:** add `aiType` option to switch openAI model ([#102](https://github.com/Zhengqbbb/cz-git/issues/102)) ([e956ca0](https://github.com/Zhengqbbb/cz-git/commit/e956ca0eb3492aaed6b6b74e64e6f975a9cb3c15)), closes [#101](https://github.com/Zhengqbbb/cz-git/issues/101) +* **cz-git,cli:** add JSON schema provide to JSON configure e.g `.czrc` ([c113e53](https://github.com/Zhengqbbb/cz-git/commit/c113e53258eb5138efc765c84da4180e7db5fda6)) +* **cz-git,czg:** add modify message with prompt on AI confirm ([#103](https://github.com/Zhengqbbb/cz-git/issues/103)) ([59b55c7](https://github.com/Zhengqbbb/cz-git/commit/59b55c7e07893e455cd4989cd25ca3a17a5210cb)) + + + ## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 587acf7d4..acb961460 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.5.3", + "version": "1.6.0", "description": "A better customizable and git support commitizen adapter", "keywords": [ "openai",