diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b269a668..d2008e852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06) + + +### Bug Fixes + +* **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://github.com/Zhengqbbb/cz-git/issues/189) + + + # [1.10.0](https://github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) (2024-09-28) diff --git a/docs/package.json b/docs/package.json index d71f208a8..a8b733ea3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.10.0", + "version": "1.10.1", "private": true, "scripts": { "docs:build": "vitepress build", diff --git a/package.json b/package.json index 3449ec992..82b8aaae7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.10.0", + "version": "1.10.1", "private": true, "packageManager": "pnpm@9.11.0", "description": "A better customizable and git support commitizen adapter", diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index c176ff73b..a5b104604 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.10.0", + "version": "1.10.1", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index 15cbcd08c..53459bca9 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.10.0", + "version": "1.10.1", "description": "commitizen and commitlint configure loader for cz-git", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d56ecff0b..abbea8ae1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06) + + +### Bug Fixes + +* **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://github.com/Zhengqbbb/cz-git/issues/189) + + + # [1.10.0](https://github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) (2024-09-28) diff --git a/packages/cli/package.json b/packages/cli/package.json index cc03df68c..2df11d9d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.10.0", + "version": "1.10.1", "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 3005eeb68..492eca1b6 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06) + + +### Bug Fixes + +* **cz-git:** rollback max_token to avoid AI message sliced ([ea9dc0c](https://github.com/Zhengqbbb/cz-git/commit/ea9dc0cf84a6b0303f6b1f8c6dcb41d514c1d45b)), closes [#189](https://github.com/Zhengqbbb/cz-git/issues/189) + + + # [1.10.0](https://github.com/Zhengqbbb/cz-git/compare/v1.9.4...v1.10.0) (2024-09-28) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 57fcebbd1..94ff9fc22 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.10.0", + "version": "1.10.1", "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "license": "MIT",