From 7dbb3a412419d16a23e586de3d8501bf83acabbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:35:22 +0000 Subject: [PATCH] chore: release 4.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..e6f8775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c36a9d..f7baf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.0](https://github.com/npm/node-gyp/compare/v3.0.0...v4.0.0) (2024-09-03) +### ⚠️ BREAKING CHANGES +* `@npmcli/node-gyp` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`eaddea9`](https://github.com/npm/node-gyp/commit/eaddea9feac831f6e69d9a402c9477f347482452) [#86](https://github.com/npm/node-gyp/pull/86) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`a90eaa2`](https://github.com/npm/node-gyp/commit/a90eaa2d89be74fc8eca81dd1758e124be4617c7) [#86](https://github.com/npm/node-gyp/pull/86) run template-oss-apply (@hashtagchris) +* [`591fc45`](https://github.com/npm/node-gyp/commit/591fc45917200e5d249d52a62987abcf951552ee) [#84](https://github.com/npm/node-gyp/pull/84) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`c51d4d0`](https://github.com/npm/node-gyp/commit/c51d4d088dcd0e1e532ba0744aea1ec462bbca86) [#73](https://github.com/npm/node-gyp/pull/73) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`588b9f4`](https://github.com/npm/node-gyp/commit/588b9f401314f229cdc96e210374720e09f602aa) [#43](https://github.com/npm/node-gyp/pull/43) add LICENSE (#43) (@MylesBorins) +* [`eeda3eb`](https://github.com/npm/node-gyp/commit/eeda3ebeb2e316c5354ca4f1b6d860e42c2caf94) [#29](https://github.com/npm/node-gyp/pull/29) bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot]) +* [`b8d5930`](https://github.com/npm/node-gyp/commit/b8d593033f3ed6ed0f54178ae7973e1eba13cbbc) [#85](https://github.com/npm/node-gyp/pull/85) postinstall for dependabot template-oss PR (@hashtagchris) +* [`675142d`](https://github.com/npm/node-gyp/commit/675142d9ce5047d43c80acad4b5971e67d34ae99) [#85](https://github.com/npm/node-gyp/pull/85) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) + ## [3.0.0](https://github.com/npm/node-gyp/compare/v2.0.0...v3.0.0) (2022-10-10) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index df0cc8a..371176c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/node-gyp", - "version": "3.0.0", + "version": "4.0.0", "description": "Tools for dealing with node-gyp packages", "scripts": { "test": "tap",