Skip to content

Commit de82950

Browse files
committed
build: 🔖 publish v1.11.0
1 parent a760f62 commit de82950

File tree

9 files changed

+54
-6
lines changed

9 files changed

+54
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
7+
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))
8+
9+
10+
### Features
11+
12+
* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
13+
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))
14+
15+
16+
117
## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)
218

319

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.10.1",
3+
"version": "1.11.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.10.1",
3+
"version": "1.11.0",
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.10.1",
3+
"version": "1.11.0",
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.10.1",
3+
"version": "1.11.0",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
7+
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))
8+
9+
10+
### Features
11+
12+
* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
13+
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))
14+
15+
16+
117
## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)
218

319

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.10.1",
3+
"version": "1.11.0",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.11.0](https://github.com/Zhengqbbb/cz-git/compare/v1.10.1...v1.11.0) (2024-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **cz-git,cli:** node v12 v14 startup error ([#200](https://github.com/Zhengqbbb/cz-git/issues/200)) ([a760f62](https://github.com/Zhengqbbb/cz-git/commit/a760f621726d9ad94f8d43209f5a20ffa276174d))
7+
* **plugin-inquirer:** press tab or right key exit error when input no complete value ([4cffb1a](https://github.com/Zhengqbbb/cz-git/commit/4cffb1a305235ba91fe3eef6ffa4f72b56ff7c0f))
8+
9+
10+
### Features
11+
12+
* **cz-git:** provide config file type helper fn `defineConfig` and `definePrompt` ([#196](https://github.com/Zhengqbbb/cz-git/issues/196)) ([c6589de](https://github.com/Zhengqbbb/cz-git/commit/c6589de5a3653e7544e32dfcabcd6390fee8060a)), closes [#193](https://github.com/Zhengqbbb/cz-git/issues/193)
13+
* **plugin-loader:** support esm and ts(experiment) configure load ([#197](https://github.com/Zhengqbbb/cz-git/issues/197)) ([1288093](https://github.com/Zhengqbbb/cz-git/commit/1288093d4eab6b4ad5ad32f0dc661b73fda057f2))
14+
15+
16+
117
## [1.10.1](https://github.com/Zhengqbbb/cz-git/compare/v1.10.0...v1.10.1) (2024-10-06)
218

319

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.10.1",
3+
"version": "1.11.0",
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)