From b17c9d6e0dc200f146e6c32e770cd32f35b4b5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:09:40 +0000 Subject: [PATCH] chore(deps): Bump conventional-changelog-cli from 3.0.0 to 4.0.0 Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json) - [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v3.0.0...conventional-changelog-cli-v4.0.0) --- updated-dependencies: - dependency-name: conventional-changelog-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b89a8ca8d..3f6428a40 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@commitlint/config-conventional": "^17.6", "@commitlint/prompt": "^17.6", "commitizen": "^4.3", - "conventional-changelog-cli": "^3.0", + "conventional-changelog-cli": "^4.0", "husky": "^8.0", "standard-version": "^9.5", "yaml": "^2.3"