From 00c594c352b08c095cc96b3f799def6dd273496c Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Mon, 26 Oct 2020 16:11:42 -0700 Subject: [PATCH] Bump to 0.16.0 and update changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f998a44..83836fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c4255d75..94d49033 100644 --- a/package.json +++ b/package.json @@ -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",