diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc579414..779468716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.1](https://github.com/Zhengqbbb/cz-git/compare/v1.3.0...v1.3.1) (2022-05-14) + + +### Bug Fixes + +* **plugin-inquirer:** bump inquirer version ([1111fda](https://github.com/Zhengqbbb/cz-git/commit/1111fdafcf95a2e66b3fcff98adee751d9f2fd61)) + + + # [1.3.0](https://github.com/Zhengqbbb/cz-git/compare/v1.2.9...v1.3.0) (2022-05-14) diff --git a/package.json b/package.json index 9feccba65..4e0163961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.3.0", + "version": "1.3.1", "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 b0329a837..bbca541ce 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.0", + "version": "1.3.1", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox", "keywords": [ "cz-git", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index d3f0e748c..998dce886 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.0", + "version": "1.3.1", "description": "commitizen and commitlint configure loader for cz-git", "keywords": [ "cz-git", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index b43f7af63..64c68e058 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.1](https://github.com/Zhengqbbb/cz-git/compare/v1.3.0...v1.3.1) (2022-05-14) + + +### Bug Fixes + +* **plugin-inquirer:** bump inquirer version ([1111fda](https://github.com/Zhengqbbb/cz-git/commit/1111fdafcf95a2e66b3fcff98adee751d9f2fd61)) + + + # [1.3.0](https://github.com/Zhengqbbb/cz-git/compare/v1.2.9...v1.3.0) (2022-05-14) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index 0ac1df1fc..3a65aa913 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.3.0", + "version": "1.3.1", "description": "A better customizable and git support commitizen adapter", "keywords": [ "commitizen-adapter",