From 196e273f65f4d519644a78ef13bbc5974b1dd093 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Sun, 21 Aug 2022 21:01:08 +0800 Subject: [PATCH] build: :bookmark: publish v1.3.11 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/@cz-git/plugin-inquirer/package.json | 2 +- packages/@cz-git/plugin-loader/package.json | 2 +- packages/cli/CHANGELOG.md | 17 +++++++++++++++++ packages/cli/package.json | 2 +- packages/cz-git/CHANGELOG.md | 17 +++++++++++++++++ packages/cz-git/package.json | 2 +- 8 files changed, 56 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c38d640..abaf2a861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.3.11](https://github.com/Zhengqbbb/cz-git/compare/v1.3.10...v1.3.11) (2022-08-21) + + +### Bug Fixes + +* **cz-git:** fix breaking change break line default format ([c073ec7](https://github.com/Zhengqbbb/cz-git/commit/c073ec7c6a2cbe2cfafd82c7dc85bee430a3803a)) +* **cz-git:** fix empty custom output '___CUSTOM___' value ([d1475d5](https://github.com/Zhengqbbb/cz-git/commit/d1475d5d9da852aacaff9ea60a48796b1a42e172)), closes [#55](https://github.com/Zhengqbbb/cz-git/issues/55) + + +### Features + +* **cli:** support GPG sign commit message ([c9caa97](https://github.com/Zhengqbbb/cz-git/commit/c9caa97576e898b64bf7e674f27ea5fdf4d6300f)), closes [#58](https://github.com/Zhengqbbb/cz-git/issues/58) +* **cz-git:** add `formatMessageCB` can custom finally commit message ([754c738](https://github.com/Zhengqbbb/cz-git/commit/754c7381aad3173236aa7103e8fc7d646138ee2a)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) +* **cz-git:** support types fuzzy search `types[name]` options ([ba4ce71](https://github.com/Zhengqbbb/cz-git/commit/ba4ce718dca23a05bc97f269db5c6d47dab273bd)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) + + + ## [1.3.10](https://github.com/Zhengqbbb/cz-git/compare/v1.3.9...v1.3.10) (2022-07-23) diff --git a/package.json b/package.json index fad2ffe10..67d49e83b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.3.10", + "version": "1.3.11", "private": true, "description": "A better customizable and git support commitizen adapter", "keywords": [ diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index ac955d49d..0c5868a44 100644 --- a/packages/@cz-git/plugin-inquirer/package.json +++ b/packages/@cz-git/plugin-inquirer/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/inquirer", - "version": "1.3.10", + "version": "1.3.11", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "keywords": [ "cz-git", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index a73f2d981..96d3ab096 100644 --- a/packages/@cz-git/plugin-loader/package.json +++ b/packages/@cz-git/plugin-loader/package.json @@ -1,6 +1,6 @@ { "name": "@cz-git/loader", - "version": "1.3.10", + "version": "1.3.11", "description": "commitizen and commitlint configure loader for cz-git", "keywords": [ "cz-git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c6efcc4b..18f2d1fe2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.3.11](https://github.com/Zhengqbbb/cz-git/compare/v1.3.10...v1.3.11) (2022-08-21) + + +### Bug Fixes + +* **cz-git:** fix breaking change break line default format ([c073ec7](https://github.com/Zhengqbbb/cz-git/commit/c073ec7c6a2cbe2cfafd82c7dc85bee430a3803a)) +* **cz-git:** fix empty custom output '___CUSTOM___' value ([d1475d5](https://github.com/Zhengqbbb/cz-git/commit/d1475d5d9da852aacaff9ea60a48796b1a42e172)), closes [#55](https://github.com/Zhengqbbb/cz-git/issues/55) + + +### Features + +* **cli:** support GPG sign commit message ([c9caa97](https://github.com/Zhengqbbb/cz-git/commit/c9caa97576e898b64bf7e674f27ea5fdf4d6300f)), closes [#58](https://github.com/Zhengqbbb/cz-git/issues/58) +* **cz-git:** add `formatMessageCB` can custom finally commit message ([754c738](https://github.com/Zhengqbbb/cz-git/commit/754c7381aad3173236aa7103e8fc7d646138ee2a)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) +* **cz-git:** support types fuzzy search `types[name]` options ([ba4ce71](https://github.com/Zhengqbbb/cz-git/commit/ba4ce718dca23a05bc97f269db5c6d47dab273bd)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) + + + ## [1.3.10](https://github.com/Zhengqbbb/cz-git/compare/v1.3.9...v1.3.10) (2022-07-23) diff --git a/packages/cli/package.json b/packages/cli/package.json index 285e8f2d9..fb20127dd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.3.10", + "version": "1.3.11", "description": "Interactive Commitizen CLI that generate standardized commit messages", "keywords": [ "commit", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index 36aa266f4..134204e98 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.3.11](https://github.com/Zhengqbbb/cz-git/compare/v1.3.10...v1.3.11) (2022-08-21) + + +### Bug Fixes + +* **cz-git:** fix breaking change break line default format ([c073ec7](https://github.com/Zhengqbbb/cz-git/commit/c073ec7c6a2cbe2cfafd82c7dc85bee430a3803a)) +* **cz-git:** fix empty custom output '___CUSTOM___' value ([d1475d5](https://github.com/Zhengqbbb/cz-git/commit/d1475d5d9da852aacaff9ea60a48796b1a42e172)), closes [#55](https://github.com/Zhengqbbb/cz-git/issues/55) + + +### Features + +* **cli:** support GPG sign commit message ([c9caa97](https://github.com/Zhengqbbb/cz-git/commit/c9caa97576e898b64bf7e674f27ea5fdf4d6300f)), closes [#58](https://github.com/Zhengqbbb/cz-git/issues/58) +* **cz-git:** add `formatMessageCB` can custom finally commit message ([754c738](https://github.com/Zhengqbbb/cz-git/commit/754c7381aad3173236aa7103e8fc7d646138ee2a)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) +* **cz-git:** support types fuzzy search `types[name]` options ([ba4ce71](https://github.com/Zhengqbbb/cz-git/commit/ba4ce718dca23a05bc97f269db5c6d47dab273bd)), closes [#57](https://github.com/Zhengqbbb/cz-git/issues/57) + + + ## [1.3.10](https://github.com/Zhengqbbb/cz-git/compare/v1.3.9...v1.3.10) (2022-07-23) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 505b6e312..1919fdd49 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.3.10", + "version": "1.3.11", "description": "A better customizable and git support commitizen adapter", "keywords": [ "commitizen-adapter",