elgg-conventional-changelog
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -110,4 +110,4 @@ var es = require('event-stream'); | ||
contributors.forEach(function(contributor) { | ||
stream.write(util.format('\n* [%s](mailto:%s) (%s)', | ||
contributor.name, contributor.email, contributor.commits)); | ||
stream.write(util.format('\n* %s (%s)', | ||
contributor.name, contributor.commits)); | ||
}); | ||
@@ -114,0 +114,0 @@ |
{ | ||
"name": "elgg-conventional-changelog", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Generate a markdown changelog from git commit metadata", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19505