Skip to content

Commit

Permalink
Merge pull request #521 from murgatroid99/version_0.16_update
Browse files Browse the repository at this point in the history
Bump to 0.16.0 and update changelog
  • Loading branch information
nicolasnoble committed Oct 27, 2020
2 parents 8e7c199 + 00c594c commit ac2a149
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# node-pre-gyp changelog

## 0.16.0

- Added Node 15 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/520)

## 0.15.0

- Bump dependency on `mkdirp` from `^0.5.1` to `^0.5.3` (https://github.com/mapbox/node-pre-gyp/pull/492)
- Bump dependency on `needle` from `^2.2.1` to `^2.5.0` (https://github.com/mapbox/node-pre-gyp/pull/502)
- Added Node 14 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/501)

## 0.14.0

- Defer modules requires in napi.js (https://github.com/mapbox/node-pre-gyp/pull/434)
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.15.0",
"version": "0.16.0",
"keywords": [
"native",
"addon",
Expand Down

0 comments on commit ac2a149

Please sign in to comment.