git-conventional-commits
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -54,3 +54,3 @@ const Git = require("./git"); | ||
return acc; | ||
}, {breakingChanges: 0, features: 0, patches: 0}); | ||
}, {breaking: 0, features: 0, patches: 0}); | ||
@@ -57,0 +57,0 @@ applyChangesToVersion(version, changes); |
{ | ||
"name": "git-conventional-commits", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "GPLv3", |
72453