git-conventional-commits
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -47,3 +47,3 @@ const execAsync = require('./execAsync'); | ||
const hashArray = await execAsync(`git rev-parse '${rev1}^{}' '${rev2}^{}'`, {encoding: 'UTF-8'}) | ||
const hashArray = await execAsync(`git rev-parse ${rev1}^{} ${rev2}^{}`, {encoding: 'UTF-8'}) | ||
.then(result => result.split('\n')); | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "git-conventional-commits", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
30672