diff --git a/Gruntfile.js b/Gruntfile.js index 02f2a9e..4d8235f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { bump: true, file: 'package.json', changelog: 'CHANGELOG.md', - changelogText: '### <%= version %>\n', + changelogText: '### <%= version %> - ' + grunt.template.today('yyyy-mm-dd') + '\n', commitMessage: 'v<%= version %>', add: true, commit: true,