From bd7cf6921c81870647a27405f83558b91e9496f6 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sat, 7 Dec 2024 14:46:30 -0500 Subject: [PATCH] release `2.0.0-rc.0` (#888) --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5d7c8c..d4659822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # node-pre-gyp changelog -## Unreleased - 2.0.0 +## 2.0.0-rc.0 - 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. - Fixed use of `s3ForcePathStyle` for installation [#650](https://github.com/mapbox/node-pre-gyp/pull/650) - Upgraded to https-proxy-agent 7.0.5, nopt 8.0.0, semver 7.5.3, and tar 7.4.0 diff --git a/package-lock.json b/package-lock.json index ef7921f8..cef05e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mapbox/node-pre-gyp", - "version": "1.0.11", + "version": "2.0.0-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mapbox/node-pre-gyp", - "version": "1.0.11", + "version": "2.0.0-rc.0", "license": "BSD-3-Clause", "dependencies": { "consola": "^3.2.3", diff --git a/package.json b/package.json index 36157e07..6da23eda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mapbox/node-pre-gyp", "description": "Node.js native addon binary install tool", - "version": "1.0.11", + "version": "2.0.0-rc.0", "keywords": [ "native", "addon",