From 249e6a2767a757094776bda5f8d8f596b20e83c8 Mon Sep 17 00:00:00 2001
From: escapedcat <github@htmlcss.de>
Date: Wed, 28 Aug 2024 14:44:55 +0800
Subject: [PATCH] v19.4.1

---
 @alias/commitlint-config-angular/CHANGELOG.md      |  8 ++++++++
 @alias/commitlint-config-angular/package.json      |  4 ++--
 @alias/commitlint-config-patternplate/CHANGELOG.md |  8 ++++++++
 @alias/commitlint-config-patternplate/package.json |  4 ++--
 @alias/commitlint/CHANGELOG.md                     |  8 ++++++++
 @alias/commitlint/package.json                     |  4 ++--
 @commitlint/cli/CHANGELOG.md                       |  8 ++++++++
 @commitlint/cli/package.json                       |  4 ++--
 @commitlint/config-angular/CHANGELOG.md            |  8 ++++++++
 @commitlint/config-angular/package.json            |  4 ++--
 @commitlint/config-conventional/CHANGELOG.md       |  8 ++++++++
 @commitlint/config-conventional/package.json       |  4 ++--
 @commitlint/config-patternplate/CHANGELOG.md       |  8 ++++++++
 @commitlint/config-patternplate/package.json       |  4 ++--
 @commitlint/core/CHANGELOG.md                      |  8 ++++++++
 @commitlint/core/package.json                      |  4 ++--
 @commitlint/lint/CHANGELOG.md                      |  8 ++++++++
 @commitlint/lint/package.json                      |  4 ++--
 @commitlint/prompt-cli/CHANGELOG.md                |  8 ++++++++
 @commitlint/prompt-cli/package.json                |  4 ++--
 @commitlint/prompt/CHANGELOG.md                    |  8 ++++++++
 @commitlint/prompt/package.json                    |  4 ++--
 @commitlint/rules/CHANGELOG.md                     | 11 +++++++++++
 @commitlint/rules/package.json                     |  2 +-
 @commitlint/travis-cli/CHANGELOG.md                |  8 ++++++++
 @commitlint/travis-cli/package.json                |  4 ++--
 CHANGELOG.md                                       | 11 +++++++++++
 lerna.json                                         |  2 +-
 28 files changed, 144 insertions(+), 26 deletions(-)

diff --git a/@alias/commitlint-config-angular/CHANGELOG.md b/@alias/commitlint-config-angular/CHANGELOG.md
index db78e4781c..ad9bda1532 100644
--- a/@alias/commitlint-config-angular/CHANGELOG.md
+++ b/@alias/commitlint-config-angular/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package commitlint-config-angular
+
+
+
+
+
 # [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
 
 **Note:** Version bump only for package commitlint-config-angular
diff --git a/@alias/commitlint-config-angular/package.json b/@alias/commitlint-config-angular/package.json
index 3cec5a4774..a0ad56a853 100644
--- a/@alias/commitlint-config-angular/package.json
+++ b/@alias/commitlint-config-angular/package.json
@@ -1,7 +1,7 @@
 {
   "name": "commitlint-config-angular",
   "type": "module",
-  "version": "19.3.0",
+  "version": "19.4.1",
   "description": "Shareable commitlint config enforcing the angular commit convention",
   "files": [
     "index.js"
@@ -31,7 +31,7 @@
     "node": ">=v18"
   },
   "dependencies": {
-    "@commitlint/config-angular": "^19.3.0"
+    "@commitlint/config-angular": "^19.4.1"
   },
   "devDependencies": {
     "@commitlint/utils": "^19.0.0"
diff --git a/@alias/commitlint-config-patternplate/CHANGELOG.md b/@alias/commitlint-config-patternplate/CHANGELOG.md
index 1a73b435d3..0cf7e165e6 100644
--- a/@alias/commitlint-config-patternplate/CHANGELOG.md
+++ b/@alias/commitlint-config-patternplate/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package commitlint-config-patternplate
+
+
+
+
+
 # [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
 
 **Note:** Version bump only for package commitlint-config-patternplate
diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json
index 958496d83f..99b81871c1 100644
--- a/@alias/commitlint-config-patternplate/package.json
+++ b/@alias/commitlint-config-patternplate/package.json
@@ -1,7 +1,7 @@
 {
   "name": "commitlint-config-patternplate",
   "type": "module",
-  "version": "19.3.0",
+  "version": "19.4.1",
   "description": "Lint your commits, patternplate-style",
   "files": [
     "index.js"
@@ -31,7 +31,7 @@
     "node": ">=v18"
   },
   "dependencies": {
-    "@commitlint/config-patternplate": "^19.3.0"
+    "@commitlint/config-patternplate": "^19.4.1"
   },
   "devDependencies": {
     "@commitlint/utils": "^19.0.0"
diff --git a/@alias/commitlint/CHANGELOG.md b/@alias/commitlint/CHANGELOG.md
index 3743b4690e..1db841847d 100644
--- a/@alias/commitlint/CHANGELOG.md
+++ b/@alias/commitlint/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package commitlint
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 **Note:** Version bump only for package commitlint
diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json
index 00bcb596df..7400c14cf4 100644
--- a/@alias/commitlint/package.json
+++ b/@alias/commitlint/package.json
@@ -1,7 +1,7 @@
 {
   "name": "commitlint",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "Lint your commit messages",
   "files": [
     "cli.js"
@@ -36,7 +36,7 @@
   },
   "license": "MIT",
   "dependencies": {
-    "@commitlint/cli": "^19.4.0",
+    "@commitlint/cli": "^19.4.1",
     "@commitlint/types": "^19.0.3"
   },
   "devDependencies": {
diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md
index 21bc5d445f..4af64b0335 100644
--- a/@commitlint/cli/CHANGELOG.md
+++ b/@commitlint/cli/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/cli
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 
diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json
index 90af35e8e7..b9f56c5203 100644
--- a/@commitlint/cli/package.json
+++ b/@commitlint/cli/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/cli",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "Lint your commit messages",
   "files": [
     "index.cjs",
@@ -49,7 +49,7 @@
   },
   "dependencies": {
     "@commitlint/format": "^19.3.0",
-    "@commitlint/lint": "^19.2.2",
+    "@commitlint/lint": "^19.4.1",
     "@commitlint/load": "^19.4.0",
     "@commitlint/read": "^19.4.0",
     "@commitlint/types": "^19.0.3",
diff --git a/@commitlint/config-angular/CHANGELOG.md b/@commitlint/config-angular/CHANGELOG.md
index a526764900..d7346e8156 100644
--- a/@commitlint/config-angular/CHANGELOG.md
+++ b/@commitlint/config-angular/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/config-angular
+
+
+
+
+
 # [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
 
 **Note:** Version bump only for package @commitlint/config-angular
diff --git a/@commitlint/config-angular/package.json b/@commitlint/config-angular/package.json
index 109c7af409..d4400cc233 100644
--- a/@commitlint/config-angular/package.json
+++ b/@commitlint/config-angular/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/config-angular",
   "type": "module",
-  "version": "19.3.0",
+  "version": "19.4.1",
   "description": "Shareable commitlint config enforcing the angular commit convention",
   "main": "index.js",
   "files": [
@@ -32,7 +32,7 @@
     "node": ">=v18"
   },
   "devDependencies": {
-    "@commitlint/lint": "^19.2.2",
+    "@commitlint/lint": "^19.4.1",
     "@commitlint/utils": "^19.0.0"
   },
   "dependencies": {
diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md
index a036f43b9d..eadcf4210a 100644
--- a/@commitlint/config-conventional/CHANGELOG.md
+++ b/@commitlint/config-conventional/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/config-conventional
+
+
+
+
+
 ## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)
 
 **Note:** Version bump only for package @commitlint/config-conventional
diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json
index f1a29bc1ff..45214ff06d 100644
--- a/@commitlint/config-conventional/package.json
+++ b/@commitlint/config-conventional/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/config-conventional",
   "type": "module",
-  "version": "19.2.2",
+  "version": "19.4.1",
   "description": "Shareable commitlint config enforcing conventional commits",
   "main": "lib/index.js",
   "files": [
@@ -35,7 +35,7 @@
     "node": ">=v18"
   },
   "devDependencies": {
-    "@commitlint/lint": "^19.2.2",
+    "@commitlint/lint": "^19.4.1",
     "@commitlint/utils": "^19.0.0"
   },
   "dependencies": {
diff --git a/@commitlint/config-patternplate/CHANGELOG.md b/@commitlint/config-patternplate/CHANGELOG.md
index 927e1bbc15..9c0576b8c0 100644
--- a/@commitlint/config-patternplate/CHANGELOG.md
+++ b/@commitlint/config-patternplate/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/config-patternplate
+
+
+
+
+
 # [19.3.0](https://github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) (2024-04-23)
 
 **Note:** Version bump only for package @commitlint/config-patternplate
diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json
index d2473b2bd8..27c6311f1c 100644
--- a/@commitlint/config-patternplate/package.json
+++ b/@commitlint/config-patternplate/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/config-patternplate",
   "type": "module",
-  "version": "19.3.0",
+  "version": "19.4.1",
   "description": "Lint your commits, patternplate-style",
   "main": "index.js",
   "files": [
@@ -32,7 +32,7 @@
     "node": ">=v18"
   },
   "dependencies": {
-    "@commitlint/config-angular": "^19.3.0",
+    "@commitlint/config-angular": "^19.4.1",
     "glob": "^10.3.10",
     "lodash.merge": "^4.6.2"
   },
diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md
index 45a7972028..09c17e783f 100644
--- a/@commitlint/core/CHANGELOG.md
+++ b/@commitlint/core/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/core
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 **Note:** Version bump only for package @commitlint/core
diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json
index d6bd128777..ca261dcb84 100644
--- a/@commitlint/core/package.json
+++ b/@commitlint/core/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/core",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "Lint your commit messages",
   "main": "lib/core.js",
   "types": "lib/core.d.ts",
@@ -37,7 +37,7 @@
   "license": "MIT",
   "dependencies": {
     "@commitlint/format": "^19.3.0",
-    "@commitlint/lint": "^19.2.2",
+    "@commitlint/lint": "^19.4.1",
     "@commitlint/load": "^19.4.0",
     "@commitlint/read": "^19.4.0"
   },
diff --git a/@commitlint/lint/CHANGELOG.md b/@commitlint/lint/CHANGELOG.md
index 2bb90442e4..377d6b734b 100644
--- a/@commitlint/lint/CHANGELOG.md
+++ b/@commitlint/lint/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/lint
+
+
+
+
+
 ## [19.2.2](https://github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)
 
 **Note:** Version bump only for package @commitlint/lint
diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json
index 4df1db686c..77f53f252e 100644
--- a/@commitlint/lint/package.json
+++ b/@commitlint/lint/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/lint",
   "type": "module",
-  "version": "19.2.2",
+  "version": "19.4.1",
   "description": "Lint a string against commitlint rules",
   "main": "lib/lint.js",
   "types": "lib/lint.d.ts",
@@ -42,7 +42,7 @@
   "dependencies": {
     "@commitlint/is-ignored": "^19.2.2",
     "@commitlint/parse": "^19.0.3",
-    "@commitlint/rules": "^19.0.3",
+    "@commitlint/rules": "^19.4.1",
     "@commitlint/types": "^19.0.3"
   },
   "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
diff --git a/@commitlint/prompt-cli/CHANGELOG.md b/@commitlint/prompt-cli/CHANGELOG.md
index 60c738e310..b4a42e1520 100644
--- a/@commitlint/prompt-cli/CHANGELOG.md
+++ b/@commitlint/prompt-cli/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/prompt-cli
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 **Note:** Version bump only for package @commitlint/prompt-cli
diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json
index 0f05de1e52..a22d0a8952 100644
--- a/@commitlint/prompt-cli/package.json
+++ b/@commitlint/prompt-cli/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/prompt-cli",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "commit prompt using commitlint.config.js",
   "main": "cli.js",
   "files": [
@@ -38,7 +38,7 @@
     "@commitlint/utils": "^19.0.0"
   },
   "dependencies": {
-    "@commitlint/prompt": "^19.4.0",
+    "@commitlint/prompt": "^19.4.1",
     "execa": "^8.0.1",
     "inquirer": "^9.2.15"
   },
diff --git a/@commitlint/prompt/CHANGELOG.md b/@commitlint/prompt/CHANGELOG.md
index 8403f31533..41df60ca83 100644
--- a/@commitlint/prompt/CHANGELOG.md
+++ b/@commitlint/prompt/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/prompt
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 **Note:** Version bump only for package @commitlint/prompt
diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json
index 819bff65b9..59fb694c65 100644
--- a/@commitlint/prompt/package.json
+++ b/@commitlint/prompt/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/prompt",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "commitizen prompt using commitlint.config.js",
   "main": "./lib/index.js",
   "files": [
@@ -38,7 +38,7 @@
     "node": ">=v18"
   },
   "devDependencies": {
-    "@commitlint/config-angular": "^19.3.0",
+    "@commitlint/config-angular": "^19.4.1",
     "@commitlint/types": "^14.0.0",
     "@commitlint/utils": "^19.0.0",
     "@types/inquirer": "^9.0.7",
diff --git a/@commitlint/rules/CHANGELOG.md b/@commitlint/rules/CHANGELOG.md
index 4b769c1668..55c00154a2 100644
--- a/@commitlint/rules/CHANGELOG.md
+++ b/@commitlint/rules/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+
+### Bug Fixes
+
+* **rules:** handle blank commit message in signed-off-by check ([#4124](https://github.com/conventional-changelog/commitlint/issues/4124)) ([7ab4bab](https://github.com/conventional-changelog/commitlint/commit/7ab4bab31f4b19ddedd850e435398037437007b6))
+
+
+
+
+
 ## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)
 
 **Note:** Version bump only for package @commitlint/rules
diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json
index ab71cb693d..3421e4c510 100644
--- a/@commitlint/rules/package.json
+++ b/@commitlint/rules/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/rules",
   "type": "module",
-  "version": "19.0.3",
+  "version": "19.4.1",
   "description": "Lint your commit messages",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
diff --git a/@commitlint/travis-cli/CHANGELOG.md b/@commitlint/travis-cli/CHANGELOG.md
index 1a9b75d830..c4c79eb3aa 100644
--- a/@commitlint/travis-cli/CHANGELOG.md
+++ b/@commitlint/travis-cli/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+**Note:** Version bump only for package @commitlint/travis-cli
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 **Note:** Version bump only for package @commitlint/travis-cli
diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json
index 5878e194bc..537e392b3c 100644
--- a/@commitlint/travis-cli/package.json
+++ b/@commitlint/travis-cli/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@commitlint/travis-cli",
   "type": "module",
-  "version": "19.4.0",
+  "version": "19.4.1",
   "description": "Lint all relevant commits for a change or PR on Travis CI",
   "main": "lib/cli.js",
   "types": "lib/cli.d.ts",
@@ -43,7 +43,7 @@
     "@commitlint/utils": "^19.0.0"
   },
   "dependencies": {
-    "@commitlint/cli": "^19.4.0",
+    "@commitlint/cli": "^19.4.1",
     "execa": "^8.0.1"
   },
   "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd1e4b0e70..54e83fc4ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [19.4.1](https://github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
+
+
+### Bug Fixes
+
+* **rules:** handle blank commit message in signed-off-by check ([#4124](https://github.com/conventional-changelog/commitlint/issues/4124)) ([7ab4bab](https://github.com/conventional-changelog/commitlint/commit/7ab4bab31f4b19ddedd850e435398037437007b6))
+
+
+
+
+
 # [19.4.0](https://github.com/conventional-changelog/commitlint/compare/v19.3.1...v19.4.0) (2024-08-07)
 
 
diff --git a/lerna.json b/lerna.json
index 8e86662b9d..b0f312227d 100644
--- a/lerna.json
+++ b/lerna.json
@@ -2,5 +2,5 @@
   "lerna": "4",
   "npmClient": "yarn",
   "useWorkspaces": true,
-  "version": "19.4.0"
+  "version": "19.4.1"
 }