Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.

Commit

Permalink
Bumping version to 0.3.15 and publishing to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Sep 4, 2012
1 parent caa1591 commit 0124eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ For projects already using grunt, you're done. Otherwise, if you're adding grunt
## Release History
_(Until v1.0.0, this will only be updated when major or breaking changes are made)_

* 2012/09/04 - v0.3.15 - Fixing a minor problem with renaming multi tasks.
* 2012/08/29 - v0.3.14 - Grunt plugins lacking package.json keywords should work again.
* 2012/08/27 - v0.3.13 - Fixed Node.js 0.8.x path.existsSync warning. Updated connect, nodeunit, uglify-js deps to latest. Updated docs. Grunt plugins generated with init:gruntplugin no longer include grunt as a dependency. Added preliminary support for "collection" plugins.
* 2012/07/30 - v0.3.12 - Fixing a bug in node 0.8.x where utils.spawn would terminate before receiving all child stdout.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt",
"description": "A task-based command line build tool for JavaScript projects.",
"version": "0.3.14",
"version": "0.3.15",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://github.com/cowboy/grunt",
"repository": {
Expand Down

0 comments on commit 0124eb4

Please sign in to comment.