Skip to content

Commit

Permalink
build: 🔖 publish v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Oct 6, 2024
1 parent 6151ef8 commit 63fcb40
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"scripts": {
"docs:build": "vitepress build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-inquirer/package.json
Original file line number Diff line number Diff line change
@@ -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 <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cz-git/plugin-loader/package.json
Original file line number Diff line number Diff line change
@@ -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 <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cz-git/package.json
Original file line number Diff line number Diff line change
@@ -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 <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down

0 comments on commit 63fcb40

Please sign in to comment.