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..11d52a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.0.0](https://github.com/npm/node-gyp/compare/v3.0.0...v4.0.0) (2024-09-24) +### ⚠️ 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 +* [`795462a`](https://github.com/npm/node-gyp/commit/795462a87307bffc90c01f93eeddb60ee75f770c) [#88](https://github.com/npm/node-gyp/pull/88) enable auto publish (#88) (@reggi) +* [`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 4e99c3d..3be9663 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",