diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e54fd69a6..7ef20a3a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [8.4.2](https://www.github.com/DeeDeeG/node-gyp/compare/v8.4.1...v8.4.2) (2023-10-27) + + +### Miscellaneous + +* add minimal SECURITY.md ([#2560](https://www.github.com/DeeDeeG/node-gyp/issues/2560)) ([c2a1850](https://www.github.com/DeeDeeG/node-gyp/commit/c2a185056e2e589b520fbc0bcc59c2935cd07ede)) + + +### Doc + +* Add notes/disclaimers for upgrading the copy of node-gyp that npm uses ([#2585](https://www.github.com/DeeDeeG/node-gyp/issues/2585)) ([faf6d48](https://www.github.com/DeeDeeG/node-gyp/commit/faf6d48f8a77c08a313baf9332358c4b1231c73c)) +* Rename and update Common-issues.md --> docs/README.md ([#2567](https://www.github.com/DeeDeeG/node-gyp/issues/2567)) ([2ef5fb8](https://www.github.com/DeeDeeG/node-gyp/commit/2ef5fb86277c4d81baffc0b9f642a8d86be1bfa5)) +* title match content ([#2574](https://www.github.com/DeeDeeG/node-gyp/issues/2574)) ([6e8f93b](https://www.github.com/DeeDeeG/node-gyp/commit/6e8f93be0443f2649d4effa7bc773a9da06a33b4)) + ### [8.4.1](https://www.github.com/nodejs/node-gyp/compare/v8.4.0...v8.4.1) (2021-11-19) diff --git a/package.json b/package.json index fbeae5e20d..13eedd5e34 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bindings", "gyp" ], - "version": "8.4.1", + "version": "8.4.2", "installVersion": 9, "author": "Nathan Rajlich (http://tootallnate.net)", "repository": {