Skip to content

Commit

Permalink
build: 🔖 publish v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Mar 3, 2024
1 parent e410465 commit d9bf49a
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.9.0](https://github.com/Zhengqbbb/cz-git/compare/v1.8.0...v1.9.0) (2024-03-03)


### Bug Fixes

* **loader:** support commitlint v19 `esm` plugin extends config ([#161](https://github.com/Zhengqbbb/cz-git/issues/161)) ([e410465](https://github.com/Zhengqbbb/cz-git/commit/e41046597391df673747777cfa0c6f73a7880daf)), closes [#160](https://github.com/Zhengqbbb/cz-git/issues/160)



# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)


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.8.0",
"version": "1.9.0",
"private": true,
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
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.8.0",
"version": "1.9.0",
"description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input",
"author": "Zhengqbbb <1074059947@qq.com>",
"license": "MIT",
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.8.0",
"version": "1.9.0",
"description": "commitizen and commitlint configure loader for cz-git",
"author": "Zhengqbbb <1074059947@qq.com>",
"license": "MIT",
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.9.0](https://github.com/Zhengqbbb/cz-git/compare/v1.8.0...v1.9.0) (2024-03-03)


### Bug Fixes

* **loader:** support commitlint v19 `esm` plugin extends config ([#161](https://github.com/Zhengqbbb/cz-git/issues/161)) ([e410465](https://github.com/Zhengqbbb/cz-git/commit/e41046597391df673747777cfa0c6f73a7880daf)), closes [#160](https://github.com/Zhengqbbb/cz-git/issues/160)



# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)


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.8.0",
"version": "1.9.0",
"description": "Interactive Commitizen CLI that generate standardized git commit message",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
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.9.0](https://github.com/Zhengqbbb/cz-git/compare/v1.8.0...v1.9.0) (2024-03-03)


### Bug Fixes

* **loader:** support commitlint v19 `esm` plugin extends config ([#161](https://github.com/Zhengqbbb/cz-git/issues/161)) ([e410465](https://github.com/Zhengqbbb/cz-git/commit/e41046597391df673747777cfa0c6f73a7880daf)), closes [#160](https://github.com/Zhengqbbb/cz-git/issues/160)



# [1.8.0](https://github.com/Zhengqbbb/cz-git/compare/v1.7.1...v1.8.0) (2023-12-06)


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.8.0",
"version": "1.9.0",
"description": "A better customizable and git support commitizen adapter",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"license": "MIT",
Expand Down

0 comments on commit d9bf49a

Please sign in to comment.