Skip to content

Commit 40a83f2

Browse files
author
Dane Springmeyer
committed
bump to v1.0.8
1 parent 6ba0ef5 commit 40a83f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# node-pre-gyp changelog
22

3+
## 1.0.8
4+
- Downgraded npmlog to maintain node v10 and v8 support (https://github.com/mapbox/node-pre-gyp/pull/624)
5+
36
## 1.0.7
47
- Upgraded nyc and npmlog to address https://github.com/advisories/GHSA-93q8-gq69-wqmw
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mapbox/node-pre-gyp",
33
"description": "Node.js native addon binary install tool",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"keywords": [
66
"native",
77
"addon",

0 commit comments

Comments
 (0)