Skip to content

Commit

Permalink
chore: release 4.0.0 (#87)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.0.0](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`](eaddea9)
[#86](#86) align to npm 10 node
engine range (@hashtagchris)
### Chores
*
[`795462a`](795462a)
[#88](#88) enable auto publish (#88)
(@reggi)
*
[`a90eaa2`](a90eaa2)
[#86](#86) run template-oss-apply
(@hashtagchris)
*
[`591fc45`](591fc45)
[#84](#84) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`c51d4d0`](c51d4d0)
[#73](#73) bump @npmcli/template-oss
to 4.22.0 (@lukekarrys)
*
[`588b9f4`](588b9f4)
[#43](#43) add LICENSE (#43)
(@MylesBorins)
*
[`eeda3eb`](eeda3eb)
[#29](#29) bump
@npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot])
*
[`b8d5930`](b8d5930)
[#85](#85) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`675142d`](675142d)
[#85](#85) bump @npmcli/template-oss
from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
1 parent 795462a commit 23e389f
Show file tree
Hide file tree
Showing 3 changed files with 17 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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 23e389f

Please sign in to comment.