Skip to content

Commit

Permalink
build: 🔖 publish v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jun 4, 2022
1 parent f83f4de commit b68fe68
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.4](https://github.com/Zhengqbbb/cz-git/compare/v1.3.3...v1.3.4) (2022-06-04)


### Features

* **cz-git:** use complete-input inquirer plugin replace input ([ca133bf](https://github.com/Zhengqbbb/cz-git/commit/ca133bf5eb2caa831f4e93891ab76383b67014c7)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** add ansiEscapes to control corsor move ([e8dac95](https://github.com/Zhengqbbb/cz-git/commit/e8dac95800e3d95ddfa25834d4317d8218303478)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** add complete-input inquirer plugin ([b20bbc1](https://github.com/Zhengqbbb/cz-git/commit/b20bbc1cbe429b5c9f9730da58ae40f410cf6b9a)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** checkbox and list support use tab key move down list ([e38ed9f](https://github.com/Zhengqbbb/cz-git/commit/e38ed9f972a757f1acfef2a2405ce56f3d3e2f91)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)



## [1.3.3](https://github.com/Zhengqbbb/cz-git/compare/v1.3.2...v1.3.3) (2022-05-28)


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.3.3",
"version": "1.3.4",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"keywords": [
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.3.3",
"version": "1.3.4",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"keywords": [
"cz-git",
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.3.3",
"version": "1.3.4",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
12 changes: 12 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.4](https://github.com/Zhengqbbb/cz-git/compare/v1.3.3...v1.3.4) (2022-06-04)


### Features

* **cz-git:** use complete-input inquirer plugin replace input ([ca133bf](https://github.com/Zhengqbbb/cz-git/commit/ca133bf5eb2caa831f4e93891ab76383b67014c7)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** add ansiEscapes to control corsor move ([e8dac95](https://github.com/Zhengqbbb/cz-git/commit/e8dac95800e3d95ddfa25834d4317d8218303478)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** add complete-input inquirer plugin ([b20bbc1](https://github.com/Zhengqbbb/cz-git/commit/b20bbc1cbe429b5c9f9730da58ae40f410cf6b9a)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)
* **plugin-inquirer:** checkbox and list support use tab key move down list ([e38ed9f](https://github.com/Zhengqbbb/cz-git/commit/e38ed9f972a757f1acfef2a2405ce56f3d3e2f91)), closes [#32](https://github.com/Zhengqbbb/cz-git/issues/32)



## [1.3.3](https://github.com/Zhengqbbb/cz-git/compare/v1.3.2...v1.3.3) (2022-05-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.3.3",
"version": "1.3.4",
"description": "A better customizable and git support commitizen adapter",
"keywords": [
"commitizen-adapter",
Expand Down

0 comments on commit b68fe68

Please sign in to comment.