diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bc040f..04b64a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ context, e.g. a web browser or worker. - `paper-jsdom` is a shim module for Node.js, offering headless use with SVG importing and exporting through [jsdom](https://github.com/tmpvar/jsdom). - - `paper-jsdom-canvas` is a shim module for Node.js, canvas rendering - through [Node-Canvas](https://github.com/Automattic/node-canvas) as well - as SVG importing and exporting through + - `paper-jsdom-canvas` is a shim module for Node.js, offering canvas + rendering through [Node-Canvas](https://github.com/Automattic/node-canvas) + as well as SVG importing and exporting through [jsdom](https://github.com/tmpvar/jsdom). ### Added diff --git a/gulp/tasks/publish.js b/gulp/tasks/publish.js index 316d45d2..29d57f0d 100644 --- a/gulp/tasks/publish.js +++ b/gulp/tasks/publish.js @@ -79,6 +79,7 @@ packages.forEach(function(name) { gulp.task('publish:dist', ['dist']); gulp.task('publish:commit', function() { + options.resetVersion(); // See 'publish:version' var message = 'Release version ' + options.version; return gulp.src('.') .pipe(git.checkout('develop'))