From d93b515ae3f23b498f13cdc3b6ce5a5883e4b280 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Sat, 4 Mar 2023 18:53:30 +0800 Subject: [PATCH] build: :bookmark: publish v1.5.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/@cz-git/plugin-inquirer/package.json | 2 +- packages/@cz-git/plugin-loader/package.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/cz-git/CHANGELOG.md | 9 +++++++++ packages/cz-git/package.json | 2 +- 8 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af881a34e..a7b70a1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04) + + +### Features + +* **cz-git,cli:** add HTTPS proxy support for OpenAI API requests ([#97](https://github.com/Zhengqbbb/cz-git/issues/97)) ([0de320a](https://github.com/Zhengqbbb/cz-git/commit/0de320a8042dccbac6efbcfeaee49823b9ba8710)) + + + ## [1.5.1](https://github.com/Zhengqbbb/cz-git/compare/v1.5.0...v1.5.1) (2023-03-02) diff --git a/package.json b/package.json index 1fcfd42d0..992507b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.5.1", + "version": "1.5.2", "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 f802d40ae..b7d0b9053 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.5.1", + "version": "1.5.2", "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 23047e48d..c70470ac6 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.5.1", + "version": "1.5.2", "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 412259ffb..91a8414d0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04) + + +### Features + +* **cz-git,cli:** add HTTPS proxy support for OpenAI API requests ([#97](https://github.com/Zhengqbbb/cz-git/issues/97)) ([0de320a](https://github.com/Zhengqbbb/cz-git/commit/0de320a8042dccbac6efbcfeaee49823b9ba8710)) + + + ## [1.5.1](https://github.com/Zhengqbbb/cz-git/compare/v1.5.0...v1.5.1) (2023-03-02) diff --git a/packages/cli/package.json b/packages/cli/package.json index 6d0f18307..ed6e37114 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.5.1", + "version": "1.5.2", "description": "Interactive Commitizen CLI that generate standardized git commit message", "keywords": [ "openai", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index 7112c1ed4..f416910c7 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04) + + +### Features + +* **cz-git,cli:** add HTTPS proxy support for OpenAI API requests ([#97](https://github.com/Zhengqbbb/cz-git/issues/97)) ([0de320a](https://github.com/Zhengqbbb/cz-git/commit/0de320a8042dccbac6efbcfeaee49823b9ba8710)) + + + ## [1.5.1](https://github.com/Zhengqbbb/cz-git/compare/v1.5.0...v1.5.1) (2023-03-02) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 54d7f6595..70ee66c64 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.5.1", + "version": "1.5.2", "description": "A better customizable and git support commitizen adapter", "keywords": [ "openai",