From 165507d4cd0b9a985bd946c3cef5bdcfb3bbbcbf Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sun, 9 Feb 2014 23:47:41 +0200 Subject: [PATCH] Merging #72, grunt-conventional-changelog module, --- gruntFile.js | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/gruntFile.js b/gruntFile.js index 9c640b2..e5dd07e 100644 --- a/gruntFile.js +++ b/gruntFile.js @@ -129,6 +129,12 @@ module.exports = function(grunt) { } }, + changelog: { + options: { + dest: 'CHANGELOG.md' + } + }, + watch: { src: { files: ['src/*'], diff --git a/package.json b/package.json index d80fb99..c726463 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "grunt-contrib-jshint": "0.8.x", "grunt-contrib-uglify": "0.2.x", "grunt-contrib-watch": "0.5.x", + "grunt-conventional-changelog": "~1.0.0", "grunt-karma": "0.6.x", "grunt-ngmin": "0.0.x", "karma": "0.10.x",