Skip to content

Commit

Permalink
Bumping version to 0.3.12 and publishing to npm.
Browse files Browse the repository at this point in the history
* Fixing utils.spawn stdio issue.
  • Loading branch information
cowboy committed Jul 30, 2012
1 parent 638cf96 commit ffaa657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ For projects already using grunt, you're done. Otherwise, if you're adding grunt
## Release History <a name="release-history" href="#release-history" title="Link to this section">⚑</a> ## Release History <a name="release-history" href="#release-history" title="Link to this section">⚑</a>
_(Until v1.0.0, this will only be updated when major or breaking changes are made)_ _(Until v1.0.0, this will only be updated when major or breaking changes are made)_


* 2012/07/30 - v0.3.12 - Fixing a bug in node 0.8.x where utils.spawn would terminate before receiving all child stdout.
* 2012/06/25 - v0.3.10 - Updating a few dependencies to work with node 0.8.x (0.6.x should still work). * 2012/06/25 - v0.3.10 - Updating a few dependencies to work with node 0.8.x (0.6.x should still work).
* 2012/04/18 - v0.3.9 - The min task (via the uglify helper) now appends a semicolon to the end of the generated source. * 2012/04/18 - v0.3.9 - The min task (via the uglify helper) now appends a semicolon to the end of the generated source.
* 2012/04/06 - v0.3.8 - Init template tweaks. Anchor links added to docs, along with grunt-internal docs task to generate them. The watch task now supports multiple targets with separate wildcards and tasks. Locally-installed grunt will override global grunt even when run from global "grunt" script. * 2012/04/06 - v0.3.8 - Init template tweaks. Anchor links added to docs, along with grunt-internal docs task to generate them. The watch task now supports multiple targets with separate wildcards and tasks. Locally-installed grunt will override global grunt even when run from global "grunt" script.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "grunt", "name": "grunt",
"description": "A task-based command line build tool for JavaScript projects.", "description": "A task-based command line build tool for JavaScript projects.",
"version": "0.3.11", "version": "0.3.12",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)", "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"homepage": "http://github.com/cowboy/grunt", "homepage": "http://github.com/cowboy/grunt",
"repository": { "repository": {
Expand Down

0 comments on commit ffaa657

Please sign in to comment.