Skip to content

Commit

Permalink
bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 12, 2018
1 parent 674fda7 commit 7785e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# node-pre-gyp changelog

## 0.11.0

- Fixed double-install problem with node v10
- Significant N-API improvements (https://github.com/mapbox/node-pre-gyp/pull/405)

## 0.10.3

- Now will use `request` over `needle` if request is installed. By default `needle` is used for `https`. This should unbreak proxy support that regressed in v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.10.3",
"version": "0.11.0",
"keywords": [
"native",
"addon",
Expand Down

0 comments on commit 7785e06

Please sign in to comment.