From b7934cb14a6040845471811e105c64baf4552f52 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Dec 2023 12:56:37 +0000
Subject: [PATCH] chore(deps): bump changelog-maker from 3.2.7 to 4.0.0

Bumps [changelog-maker](https://github.com/nodejs/changelog-maker) from 3.2.7 to 4.0.0.
- [Release notes](https://github.com/nodejs/changelog-maker/releases)
- [Changelog](https://github.com/nodejs/changelog-maker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nodejs/changelog-maker/compare/v3.2.7...v4.0.0)

---
updated-dependencies:
- dependency-name: changelog-maker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a37d457..66d29f9 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   "author": "Rod <rod@vagg.org> (http://r.va.gg/)",
   "license": "MIT",
   "dependencies": {
-    "changelog-maker": "^3.2.3",
+    "changelog-maker": "^4.0.0",
     "commit-stream": "^2.0.1",
     "gitexec": "^2.0.1",
     "minimist": "^1.2.8",