From 8635c8e386bd70af132f31e76014091898bedfd4 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Thu, 29 Jun 2023 18:33:30 +0400 Subject: [PATCH] Return back conventionalcommits version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03fb718a..7e244bf4 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "buffer": "6.0.3", - "conventional-changelog-conventionalcommits": "^6.1.0", + "conventional-changelog-conventionalcommits": "^5.0.0", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-config-typescript": "^3.0.0",