Skip to content

Commit

Permalink
fix(version): default version is read from package.json properly
Browse files Browse the repository at this point in the history
Default version was null before cb1feb7 hence the bug
  • Loading branch information
stevemao committed Feb 21, 2015
1 parent 537b8b1 commit f684b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var extend = require('lodash.assign');

function generate(options, done) {
options = extend({
version: null,
to: 'HEAD',
file: 'CHANGELOG.md',
subtitle: '',
Expand Down

0 comments on commit f684b9b

Please sign in to comment.