Skip to content

Commit 771fdb2

Browse files
committed
build: 🔖 publish v1.13.0
1 parent 894657e commit 771fdb2

9 files changed

Lines changed: 33 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.13.0](https://github.com/Zhengqbbb/cz-git/compare/v1.12.0...v1.13.0) (2026-04-27)
2+
3+
4+
### Features
5+
6+
* **cz-git,czg:** ai api using SSE to support thinking model ([#252](https://github.com/Zhengqbbb/cz-git/issues/252)) ([894657e](https://github.com/Zhengqbbb/cz-git/commit/894657e795abd92b1f75226771ea3e2c7fc488a8)), closes [#250](https://github.com/Zhengqbbb/cz-git/issues/250) [#248](https://github.com/Zhengqbbb/cz-git/issues/248)
7+
8+
9+
110
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
211

312

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"private": true,
55
"scripts": {
66
"docs:build": "vitepress build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"private": true,
55
"packageManager": "pnpm@10.33.2",
66
"description": "A better customizable and git support commitizen adapter",

packages/@cz-git/plugin-inquirer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/inquirer",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/@cz-git/plugin-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cz-git/loader",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "commitizen and commitlint configure loader for cz-git",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.13.0](https://github.com/Zhengqbbb/cz-git/compare/v1.12.0...v1.13.0) (2026-04-27)
2+
3+
4+
### Features
5+
6+
* **cz-git,czg:** ai api using SSE to support thinking model ([#252](https://github.com/Zhengqbbb/cz-git/issues/252)) ([894657e](https://github.com/Zhengqbbb/cz-git/commit/894657e795abd92b1f75226771ea3e2c7fc488a8)), closes [#250](https://github.com/Zhengqbbb/cz-git/issues/250) [#248](https://github.com/Zhengqbbb/cz-git/issues/248)
7+
8+
9+
110
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
211

312

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "czg",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Interactive Commitizen CLI that generate standardized git commit message",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cz-git/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.13.0](https://github.com/Zhengqbbb/cz-git/compare/v1.12.0...v1.13.0) (2026-04-27)
2+
3+
4+
### Features
5+
6+
* **cz-git,czg:** ai api using SSE to support thinking model ([#252](https://github.com/Zhengqbbb/cz-git/issues/252)) ([894657e](https://github.com/Zhengqbbb/cz-git/commit/894657e795abd92b1f75226771ea3e2c7fc488a8)), closes [#250](https://github.com/Zhengqbbb/cz-git/issues/250) [#248](https://github.com/Zhengqbbb/cz-git/issues/248)
7+
8+
9+
110
# [1.12.0](https://github.com/Zhengqbbb/cz-git/compare/v1.11.2...v1.12.0) (2025-07-10)
211

312

packages/cz-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cz-git",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "A better customizable and git support commitizen adapter",
55
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

0 commit comments

Comments
 (0)