From b86ecc78a16aa7348fdc9c4175d3daca16bd4fe8 Mon Sep 17 00:00:00 2001
From: Alexander Eble <35292572+alexanderdavide@users.noreply.github.com>
Date: Wed, 05 Oct 2022 20:01:18 +0000
Subject: [PATCH] fix: resolve dependency conflict conventional changelog release it (#388)
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 953c3a4..ccaea54 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
- "@release-it/conventional-changelog": "^4.2.2",
+ "@release-it/conventional-changelog": "^5.1.0",
"husky": "^7.0.4",
"prettier": "~2.2.1",
"prettier-plugin-go-template": "^0.0.11-beta.13",
--
Gitblit v1.10.0