Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(build): attempt to fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Jul 13, 2014
1 parent 7977147 commit 8444cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-angular",
"version": "0.9.3",
"version": "0.9.4",
"description": "Yeoman generator for AngularJS",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 8444cbc

Please sign in to comment.