Skip to content

Commit

Permalink
bump to v0.6.2 with io.js support - closes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 16, 2015
1 parent 551ab50 commit 0b18f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# node-pre-gyp changelog

## 0.6.2

- Support for io.js >= v1.0.2
- Deferred require of `request` and `tar` to help speed up command line usage of `node-pre-gyp`.

## 0.6.1

- Fixed bundled `tar` version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version" : "0.6.1",
"version" : "0.6.2",
"keywords": [
"native",
"addon",
Expand Down

0 comments on commit 0b18f48

Please sign in to comment.