From 5bb76f5a7dfbc37c913ab46e3e17278cb67fb58a Mon Sep 17 00:00:00 2001 From: Maxime Perrault Date: Tue, 7 Jan 2025 10:44:29 +0100 Subject: [PATCH] fix(global): resolve issue when releasing new version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index db06113c..fe46b81f 100644 --- a/package.json +++ b/package.json @@ -167,6 +167,9 @@ "rsuite": "^5.53.2", "styled-components": "^5.0.0 || ^6.0.0" }, + "overrides": { + "conventional-changelog-conventionalcommits": ">= 8.0.0" + }, "//": "https://github.com/okonet/lint-staged/issues/825#issuecomment-674575655", "lint-staged": { "*.{json,md,yaml,yml}": "prettier --write",