Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed May 31, 2016
1 parent 436a9d2 commit 67b3d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ A file containing a valid SSL certificate for starting inspector listening over

# Changelog

**0.4.2** - Add support for node v5/6. Updated deps.

**0.4.1** - Chore release (fix README).

**0.4.0** - Changed `--no-preload` option to `--preload`. Fixed `--hidden` option parsing. Added SSL options. Support node v4.
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": "grunt-node-inspector",
"version": "0.4.1",
"version": "0.4.2",
"description": "Run node-inspector with the rest of your workflow to debug node.js",
"main": "tasks/inspector.js",
"scripts": {
Expand Down

0 comments on commit 67b3d87

Please sign in to comment.