Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent a90eaa2 commit 849d5d8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "4.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 849d5d8

Please sign in to comment.