Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 5, 2022
1 parent 76dc03a commit a241403
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* this drops support for node 10 and non-LTS versions of node 12 and node 14

### Dependencies

* @npmcli/template-oss@3.2.2 ([#8](https://github.com/npm/node-gyp/issues/8)) ([76dc03a](https://github.com/npm/node-gyp/commit/76dc03a00895b509039ee65beb6ba4d0e3c03b68))
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": "1.0.3",
"version": "2.0.0",
"description": "Tools for dealing with node-gyp packages",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit a241403

Please sign in to comment.