Skip to content

Commit f6c5881

Browse files
authored
update changelog for pending release (#833)
1 parent 0b568f5 commit f6c5881

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## Unreleased - 2.0.0
4+
- 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.
5+
- Fixed use of `s3ForcePathStyle` for installation [#650](https://github.com/mapbox/node-pre-gyp/pull/650)
6+
- Upgraded to https-proxy-agent 7.0.5, nopt 8.0.0, semver 7.5.3, and tar 7.4.0
7+
- Replaced npmlog with consola
8+
- Removed rimraf and make-dir as dependencies
9+
310
## 1.0.11
411
- Fixes dependabot alert [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906)
512

@@ -409,7 +416,7 @@
409416

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

414421
## 0.5.13
415422

@@ -500,7 +507,7 @@
500507

501508
- Added `unpublish` command.
502509
- Fixed module path construction in tests.
503-
- 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.
510+
- 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.
504511

505512
## 0.3.0
506513

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ See the [Frequently Ask Questions](https://github.com/mapbox/node-pre-gyp/wiki/F
3535

3636
## Depends
3737

38-
- Node.js >= node v8.x
38+
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.
39+
40+
- v2: Node.js >= 18.x (unreleased)
41+
- v1: Node.js >= 8.x
3942

4043
## Install
4144

0 commit comments

Comments
 (0)