Skip to content

Commit 09b2105

Browse files
committed
build: 🔖 publish v1.11.1
1 parent c7a2d5d commit 09b2105

File tree

9 files changed

+42
-6
lines changed

9 files changed

+42
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.11.1](https://github.com/Zhengqbbb/cz-git/compare/v1.11.0...v1.11.1) (2025-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git:** default option types add undefined keyword ([c7a2d5d](https://github.com/Zhengqbbb/cz-git/commit/c7a2d5dce67926192a4676be7a41a271ae6f2a57)), closes [#206](https://github.com/Zhengqbbb/cz-git/issues/206)
7+
* **docs:** Fixed typo 'userEmoji -> useEmoji ([#212](https://github.com/Zhengqbbb/cz-git/issues/212)) ([f0231ae](https://github.com/Zhengqbbb/cz-git/commit/f0231aeb84a0532707ec861abdf5b3bc841bf715))
8+
* **plugin-loader:** loading ESM configure using URL format ([#219](https://github.com/Zhengqbbb/cz-git/issues/219)) ([50d7675](https://github.com/Zhengqbbb/cz-git/commit/50d7675ed8b5cafaf8217bf8ad4bdeebc218738f)), closes [#216](https://github.com/Zhengqbbb/cz-git/issues/216) [#217](https://github.com/Zhengqbbb/cz-git/issues/217)
9+
* **plugin-loader:** when `CZ_DEBUG=1` --config specify config file not show ([8557221](https://github.com/Zhengqbbb/cz-git/commit/85572210db705123414ce37e424571158b5e72f2)), closes [#207](https://github.com/Zhengqbbb/cz-git/issues/207)
10+
11+
12+
113
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
214

315

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.11.0",
3+
"version": "1.11.1",
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.11.0",
3+
"version": "1.11.1",
44
"private": true,
55
"packageManager": "[email protected]",
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.11.0",
3+
"version": "1.11.1",
44
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
55
"author": "Zhengqbbb <[email protected]> (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.11.0",
3+
"version": "1.11.1",
44
"description": "commitizen and commitlint configure loader for cz-git",
55
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.11.1](https://github.com/Zhengqbbb/cz-git/compare/v1.11.0...v1.11.1) (2025-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git:** default option types add undefined keyword ([c7a2d5d](https://github.com/Zhengqbbb/cz-git/commit/c7a2d5dce67926192a4676be7a41a271ae6f2a57)), closes [#206](https://github.com/Zhengqbbb/cz-git/issues/206)
7+
* **docs:** Fixed typo 'userEmoji -> useEmoji ([#212](https://github.com/Zhengqbbb/cz-git/issues/212)) ([f0231ae](https://github.com/Zhengqbbb/cz-git/commit/f0231aeb84a0532707ec861abdf5b3bc841bf715))
8+
* **plugin-loader:** loading ESM configure using URL format ([#219](https://github.com/Zhengqbbb/cz-git/issues/219)) ([50d7675](https://github.com/Zhengqbbb/cz-git/commit/50d7675ed8b5cafaf8217bf8ad4bdeebc218738f)), closes [#216](https://github.com/Zhengqbbb/cz-git/issues/216) [#217](https://github.com/Zhengqbbb/cz-git/issues/217)
9+
* **plugin-loader:** when `CZ_DEBUG=1` --config specify config file not show ([8557221](https://github.com/Zhengqbbb/cz-git/commit/85572210db705123414ce37e424571158b5e72f2)), closes [#207](https://github.com/Zhengqbbb/cz-git/issues/207)
10+
11+
12+
113
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
214

315

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.11.0",
3+
"version": "1.11.1",
44
"description": "Interactive Commitizen CLI that generate standardized git commit message",
55
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

packages/cz-git/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.11.1](https://github.com/Zhengqbbb/cz-git/compare/v1.11.0...v1.11.1) (2025-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git:** default option types add undefined keyword ([c7a2d5d](https://github.com/Zhengqbbb/cz-git/commit/c7a2d5dce67926192a4676be7a41a271ae6f2a57)), closes [#206](https://github.com/Zhengqbbb/cz-git/issues/206)
7+
* **docs:** Fixed typo 'userEmoji -> useEmoji ([#212](https://github.com/Zhengqbbb/cz-git/issues/212)) ([f0231ae](https://github.com/Zhengqbbb/cz-git/commit/f0231aeb84a0532707ec861abdf5b3bc841bf715))
8+
* **plugin-loader:** loading ESM configure using URL format ([#219](https://github.com/Zhengqbbb/cz-git/issues/219)) ([50d7675](https://github.com/Zhengqbbb/cz-git/commit/50d7675ed8b5cafaf8217bf8ad4bdeebc218738f)), closes [#216](https://github.com/Zhengqbbb/cz-git/issues/216) [#217](https://github.com/Zhengqbbb/cz-git/issues/217)
9+
* **plugin-loader:** when `CZ_DEBUG=1` --config specify config file not show ([8557221](https://github.com/Zhengqbbb/cz-git/commit/85572210db705123414ce37e424571158b5e72f2)), closes [#207](https://github.com/Zhengqbbb/cz-git/issues/207)
10+
11+
12+
113
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
214

315

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.11.0",
3+
"version": "1.11.1",
44
"description": "A better customizable and git support commitizen adapter",
55
"author": "Zhengqbbb <[email protected]> (https://github.com/Zhengqbbb)",
66
"license": "MIT",

0 commit comments

Comments
 (0)