Skip to content

Commit 51557c2

Browse files
chore: release 4.0.0
1 parent 795462a commit 51557c2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/npm/node-gyp/compare/v3.0.0...v4.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/node-gyp` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`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)
8+
### Chores
9+
* [`795462a`](https://github.com/npm/node-gyp/commit/795462a87307bffc90c01f93eeddb60ee75f770c) [#88](https://github.com/npm/node-gyp/pull/88) enable auto publish (#88) (@reggi)
10+
* [`a90eaa2`](https://github.com/npm/node-gyp/commit/a90eaa2d89be74fc8eca81dd1758e124be4617c7) [#86](https://github.com/npm/node-gyp/pull/86) run template-oss-apply (@hashtagchris)
11+
* [`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])
12+
* [`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)
13+
* [`588b9f4`](https://github.com/npm/node-gyp/commit/588b9f401314f229cdc96e210374720e09f602aa) [#43](https://github.com/npm/node-gyp/pull/43) add LICENSE (#43) (@MylesBorins)
14+
* [`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])
15+
* [`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)
16+
* [`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])
17+
318
## [3.0.0](https://github.com/npm/node-gyp/compare/v2.0.0...v3.0.0) (2022-10-10)
419

520
### ⚠️ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/node-gyp",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Tools for dealing with node-gyp packages",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)