From 8444cbca61eaa34a19860f9e0e3354ab91f7f46a Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Sun, 13 Jul 2014 09:04:07 -1000 Subject: [PATCH] chore(build): attempt to fix changelog --- Gruntfile.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5dd05a837..17d32dba9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -62,6 +62,7 @@ module.exports = function (grunt) { config.file, JSON.stringify(config.pkg, null, ' ') + '\n' ); + grunt.config('pkg', config.pkg); grunt.log.ok('Version bumped to ' + config.newVersion); }); diff --git a/package.json b/package.json index c6c39ec5f..2cfa223cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-angular", - "version": "0.9.3", + "version": "0.9.4", "description": "Yeoman generator for AngularJS", "keywords": [ "yeoman-generator",