Skip to content

Commit bd7cf69

Browse files
authored
release 2.0.0-rc.0 (#888)
1 parent e59c5e2 commit bd7cf69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-pre-gyp changelog
22

3-
## Unreleased - 2.0.0
3+
## 2.0.0-rc.0
44
- Supported Node versions are now stable versions of Node 18+. We will attempt to track the [Node.js release schedule](https://github.com/nodejs/release#release-schedule) and will regularly retire support for versions that have reached EOL.
55
- Fixed use of `s3ForcePathStyle` for installation [#650](https://github.com/mapbox/node-pre-gyp/pull/650)
66
- Upgraded to https-proxy-agent 7.0.5, nopt 8.0.0, semver 7.5.3, and tar 7.4.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.11",
4+
"version": "2.0.0-rc.0",
55
"keywords": [
66
"native",
77
"addon",

0 commit comments

Comments
 (0)