Skip to content

Commit

Permalink
chore(release): v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoodie Bot committed Aug 5, 2014
1 parent f558bb5 commit bdc2b02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.5.4"></a>
### 0.5.4 (2014-08-05)


#### Bug Fixes

* **error:** log all child errors ([5ab9d621](http://github.com/hoodiehq/grunt-hoodie/commit/5ab9d621106ea80eba663d01979114e8351b5d6f))
* **stop:** use child_process.kill() intstead of tree-kill.kill(pid) ([62b80ed3](http://github.com/hoodiehq/grunt-hoodie/commit/62b80ed3381b2b6c2e598218528bdd6b3c8297c0))


<a name="0.5.3"></a>
### 0.5.3 (2014-08-01)

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-hoodie",
"description": "Start hoodie and delay grunting till it is ready.",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://github.com/hoodiehq/grunt-hoodie",
"author": {
"name": "Robert Katzki",
Expand All @@ -28,8 +28,7 @@
"scripts": {
"test": "grunt ci --verbose"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
Expand All @@ -41,5 +40,5 @@
"hoodie",
"nobackend"
],
"codename": "dandy-fly"
}
"codename": "exquisite-gorilla"
}

0 comments on commit bdc2b02

Please sign in to comment.