diff --git a/gruntFile.js b/gruntFile.js index 78f41086..94121b13 100644 --- a/gruntFile.js +++ b/gruntFile.js @@ -190,7 +190,8 @@ module.exports = function (grunt) { } }, - ngmin: moduleNames.reduce(ngMinModulesConfig, {}) + ngmin: moduleNames.reduce(ngMinModulesConfig, {}), + changelog: { options: { dest: 'CHANGELOG.md' } } }); }; diff --git a/package.json b/package.json index 867a2e95..54fa0fa9 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "grunt-contrib-jshint": "~0.5.4", "grunt-contrib-uglify": "~0.2.1", "grunt-contrib-watch": "~0.4.3", + "grunt-conventional-changelog": "~1.0.0", "grunt-karma": "~0.6.2", "load-grunt-tasks": "~0.2.0", "grunt-ngmin": "0.0.3"