From 7bfb2692101bee4f3be6146965d35bd57437763c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:26:53 +0000 Subject: [PATCH] chore: release 8.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe9d29a..32ac658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.2" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf99c0b..11fa4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.0.0](https://github.com/npm/npm-install-checks/compare/v7.1.2...v8.0.0) (2025-10-22) +### ⚠️ BREAKING CHANGES +* `npm-install-checks` now supports node `^20.17.0 || >=22.9.0` +### Bug Fixes +* [`686f0f0`](https://github.com/npm/npm-install-checks/commit/686f0f08c57b4ba63e257e86546f55d722e97f40) [#134](https://github.com/npm/npm-install-checks/pull/134) align to npm 11 node engine range (@owlstronaut) +### Chores +* [`3103755`](https://github.com/npm/npm-install-checks/commit/310375537dcd99de75c3fddff999fc20200929e4) [#134](https://github.com/npm/npm-install-checks/pull/134) template-oss-apply (@owlstronaut) +* [`30aa097`](https://github.com/npm/npm-install-checks/commit/30aa097ae907a1a623495c084d217090df0016ce) [#132](https://github.com/npm/npm-install-checks/pull/132) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#132) (@dependabot[bot], @npm-cli-bot) + ## [7.1.2](https://github.com/npm/npm-install-checks/compare/v7.1.1...v7.1.2) (2025-08-25) ### Bug Fixes * [`8ece856`](https://github.com/npm/npm-install-checks/commit/8ece8564cf9ca8717017e1a9d0aef01e4664311e) [#128](https://github.com/npm/npm-install-checks/pull/128) update error message for checkDevEngines (#128) (@meowtec) diff --git a/package.json b/package.json index 480f13a..aae100c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-install-checks", - "version": "7.1.2", + "version": "8.0.0", "description": "Check the engines and platform fields in package.json", "main": "lib/index.js", "dependencies": {