Skip to content

Commit

Permalink
update changelog for pending release (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Dec 2, 2024
1 parent 0b568f5 commit f6c5881
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# node-pre-gyp changelog

## Unreleased - 2.0.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
- Replaced npmlog with consola
- Removed rimraf and make-dir as dependencies

## 1.0.11
- Fixes dependabot alert [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906)

Expand Down Expand Up @@ -409,7 +416,7 @@

- Finished support for cross building using `--target_platform` option (#82)
- Now skipping binary validation on install if target arch/platform do not match the host.
- Removed multi-arch validing for OS X since it required a FAT node.js binary
- Removed multi-arch validating for macOS since it required a FAT node.js binary

## 0.5.13

Expand Down Expand Up @@ -500,7 +507,7 @@

- Added `unpublish` command.
- Fixed module path construction in tests.
- Added ability to disable falling back to build behavior via `npm install --fallback-to-build=false` which overrides setting in a depedencies package.json `install` target.
- Added ability to disable falling back to build behavior via `npm install --fallback-to-build=false` which overrides setting in a dependencies package.json `install` target.

## 0.3.0

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ See the [Frequently Ask Questions](https://github.com/mapbox/node-pre-gyp/wiki/F

## Depends

- Node.js >= node v8.x
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.

- v2: Node.js >= 18.x (unreleased)
- v1: Node.js >= 8.x

## Install

Expand Down

0 comments on commit f6c5881

Please sign in to comment.