Skip to content

Commit

Permalink
build: 🔖 publish v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Mar 4, 2023
1 parent de50398 commit be46a32
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04)


### Features

* **cz-git,cli:** add `--api-proxy` to setup openai api http proxy (close [#98](https://github.com/Zhengqbbb/cz-git/issues/98))([#100](https://github.com/Zhengqbbb/cz-git/issues/100)) ([f673262](https://github.com/Zhengqbbb/cz-git/commit/f67326255272955462b544057b71073966d405fa))



## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04)


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.5.2",
"version": "1.5.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.5.2",
"version": "1.5.3",
"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.5.2",
"version": "1.5.3",
"description": "commitizen and commitlint configure loader for cz-git",
"keywords": [
"cz-git",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04)


### Features

* **cz-git,cli:** add `--api-proxy` to setup openai api http proxy (close [#98](https://github.com/Zhengqbbb/cz-git/issues/98))([#100](https://github.com/Zhengqbbb/cz-git/issues/100)) ([f673262](https://github.com/Zhengqbbb/cz-git/commit/f67326255272955462b544057b71073966d405fa))



## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "czg",
"version": "1.5.2",
"version": "1.5.3",
"description": "Interactive Commitizen CLI that generate standardized git commit message",
"keywords": [
"openai",
Expand Down
9 changes: 9 additions & 0 deletions packages/cz-git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.3](https://github.com/Zhengqbbb/cz-git/compare/v1.5.2...v1.5.3) (2023-03-04)


### Features

* **cz-git,cli:** add `--api-proxy` to setup openai api http proxy (close [#98](https://github.com/Zhengqbbb/cz-git/issues/98))([#100](https://github.com/Zhengqbbb/cz-git/issues/100)) ([f673262](https://github.com/Zhengqbbb/cz-git/commit/f67326255272955462b544057b71073966d405fa))



## [1.5.2](https://github.com/Zhengqbbb/cz-git/compare/v1.5.1...v1.5.2) (2023-03-04)


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

0 comments on commit be46a32

Please sign in to comment.