We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0ef5 commit 40a83f2Copy full SHA for 40a83f2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# node-pre-gyp changelog
2
3
+## 1.0.8
4
+- Downgraded npmlog to maintain node v10 and v8 support (https://github.com/mapbox/node-pre-gyp/pull/624)
5
+
6
## 1.0.7
7
- Upgraded nyc and npmlog to address https://github.com/advisories/GHSA-93q8-gq69-wqmw
8
package.json
@@ -1,7 +1,7 @@
{
"name": "@mapbox/node-pre-gyp",
"description": "Node.js native addon binary install tool",
- "version": "1.0.7",
+ "version": "1.0.8",
"keywords": [
"native",
"addon",
0 commit comments