Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 21, 2022
1 parent 7f84e06 commit 1c5c57f
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@
{
".": "2.0.0"
".": "3.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.0.0](https://github.com/npm/node-gyp/compare/v2.0.0...v3.0.0) (2022-09-21)

### ⚠️ BREAKING CHANGES

* `@npmcli/node-gyp` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`7f84e06`](https://github.com/npm/node-gyp/commit/7f84e060c43549445e64cc6e24a73b5195303664) [#22](https://github.com/npm/node-gyp/pull/22) postinstall for dependabot template-oss PR (@lukekarrys)

## [2.0.0](https://github.com/npm/node-gyp/compare/v1.0.3...v2.0.0) (2022-04-05)


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": "2.0.0",
"version": "3.0.0",
"description": "Tools for dealing with node-gyp packages",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit 1c5c57f

Please sign in to comment.