diff --git a/CHANGELOG.md b/CHANGELOG.md index cca911197..318f0682f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.4](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19) + + +### Bug Fixes + +* suppress node 22 deprecated error messages ([#179](/~https://github.com/Zhengqbbb/cz-git/issues/179)) ([9f4ff58](/~https://github.com/Zhengqbbb/cz-git/commit/9f4ff58fa34b1857a6b37c0642ffd55a90a4bf26)) + + + ## [1.9.3](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) diff --git a/package.json b/package.json index 723f47b43..9d523a4f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.9.3", + "version": "1.9.4", "private": true, "packageManager": "pnpm@9.5.0", "description": "A better customizable and git support commitizen adapter", diff --git a/packages/@cz-git/plugin-inquirer/package.json b/packages/@cz-git/plugin-inquirer/package.json index 4a4bc15d5..4957b08f0 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.9.3", + "version": "1.9.4", "description": "provide cz-git inquirer plugins, include search-list, search-checkbox, complete-input", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/@cz-git/plugin-loader/package.json b/packages/@cz-git/plugin-loader/package.json index 40616b360..cd51481a9 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.9.3", + "version": "1.9.4", "description": "commitizen and commitlint configure loader for cz-git", "author": "Zhengqbbb <1074059947@qq.com>", "license": "MIT", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7f4a36a83..38df7bc88 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.4](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19) + + +### Bug Fixes + +* suppress node 22 deprecated error messages ([#179](/~https://github.com/Zhengqbbb/cz-git/issues/179)) ([9f4ff58](/~https://github.com/Zhengqbbb/cz-git/commit/9f4ff58fa34b1857a6b37c0642ffd55a90a4bf26)) + + + ## [1.9.3](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index da9b49fcf..6cf301aee 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "czg", - "version": "1.9.3", + "version": "1.9.4", "description": "Interactive Commitizen CLI that generate standardized git commit message", "author": "Zhengqbbb (/~https://github.com/Zhengqbbb)", "license": "MIT", diff --git a/packages/cz-git/CHANGELOG.md b/packages/cz-git/CHANGELOG.md index 75e9682f6..08fd0c562 100644 --- a/packages/cz-git/CHANGELOG.md +++ b/packages/cz-git/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.4](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.3...v1.9.4) (2024-07-19) + + +### Bug Fixes + +* suppress node 22 deprecated error messages ([#179](/~https://github.com/Zhengqbbb/cz-git/issues/179)) ([9f4ff58](/~https://github.com/Zhengqbbb/cz-git/commit/9f4ff58fa34b1857a6b37c0642ffd55a90a4bf26)) + + + ## [1.9.3](/~https://github.com/Zhengqbbb/cz-git/compare/v1.9.2...v1.9.3) (2024-06-11) diff --git a/packages/cz-git/package.json b/packages/cz-git/package.json index af9f9a1cd..37f00c5cb 100644 --- a/packages/cz-git/package.json +++ b/packages/cz-git/package.json @@ -1,6 +1,6 @@ { "name": "cz-git", - "version": "1.9.3", + "version": "1.9.4", "description": "A better customizable and git support commitizen adapter", "author": "Zhengqbbb (/~https://github.com/Zhengqbbb)", "license": "MIT",