diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e..a3a12f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3cc3e..db8c208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.0.0](https://github.com/npm/npm-install-checks/compare/v5.0.0...v6.0.0) (2022-10-10) + +### ⚠️ BREAKING CHANGES + +* `npm-install-checks` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`f7c1276`](https://github.com/npm/npm-install-checks/commit/f7c12765c0d2c4066af38819ada408ef71ed9bd4) [#38](https://github.com/npm/npm-install-checks/pull/38) postinstall for dependabot template-oss PR (@lukekarrys) + ## [5.0.0](https://github.com/npm/npm-install-checks/compare/v4.0.0...v5.0.0) (2022-04-05) diff --git a/package.json b/package.json index 47e989a..1003b10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-install-checks", - "version": "5.0.0", + "version": "6.0.0", "description": "Check the engines and platform fields in package.json", "main": "lib/index.js", "dependencies": {