Skip to content

Commit

Permalink
build: 🔖 publish v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed May 28, 2022
1 parent 4928ede commit 05f8334
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.3](https://github.com/Zhengqbbb/cz-git/compare/v1.3.2...v1.3.3) (2022-05-28)


### Features

* **cz-git:** add defaultType options ([51f79c8](https://github.com/Zhengqbbb/cz-git/commit/51f79c876d638c612cc4743fbd940b0a097ce196)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **cz-git:** add scopeFilters options to filter scopes item ([86e95a7](https://github.com/Zhengqbbb/cz-git/commit/86e95a79129c629c80a4d7fd342e67c4dde99a3c)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **plugin-loader:** add more configure file to enhance js define ([54bd3ab](https://github.com/Zhengqbbb/cz-git/commit/54bd3ab24339888bb1ff29285e7aea4181ff2d65)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **plugin-loader:** support function option and can custom define config path ([4db5914](https://github.com/Zhengqbbb/cz-git/commit/4db5914c11317ed0e5493501666e09816b56d12b)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)


### Reverts

* revert code ([d081ad7](https://github.com/Zhengqbbb/cz-git/commit/d081ad752b91afa048492eae94724b5e2c198d1a))



## [1.3.2](https://github.com/Zhengqbbb/cz-git/compare/v1.3.1...v1.3.2) (2022-05-21)


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.2",
"version": "1.3.3",
"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.2",
"version": "1.3.3",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox",
"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.2",
"version": "1.3.3",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
17 changes: 17 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.3.3](https://github.com/Zhengqbbb/cz-git/compare/v1.3.2...v1.3.3) (2022-05-28)


### Features

* **cz-git:** add defaultType options ([51f79c8](https://github.com/Zhengqbbb/cz-git/commit/51f79c876d638c612cc4743fbd940b0a097ce196)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **cz-git:** add scopeFilters options to filter scopes item ([86e95a7](https://github.com/Zhengqbbb/cz-git/commit/86e95a79129c629c80a4d7fd342e67c4dde99a3c)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **plugin-loader:** add more configure file to enhance js define ([54bd3ab](https://github.com/Zhengqbbb/cz-git/commit/54bd3ab24339888bb1ff29285e7aea4181ff2d65)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)
* **plugin-loader:** support function option and can custom define config path ([4db5914](https://github.com/Zhengqbbb/cz-git/commit/4db5914c11317ed0e5493501666e09816b56d12b)), closes [#30](https://github.com/Zhengqbbb/cz-git/issues/30)


### Reverts

* revert code ([d081ad7](https://github.com/Zhengqbbb/cz-git/commit/d081ad752b91afa048492eae94724b5e2c198d1a))



## [1.3.2](https://github.com/Zhengqbbb/cz-git/compare/v1.3.1...v1.3.2) (2022-05-21)


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.2",
"version": "1.3.3",
"description": "A better customizable and git support commitizen adapter",
"keywords": [
"commitizen-adapter",
Expand Down

0 comments on commit 05f8334

Please sign in to comment.