Skip to content

Commit 9c3a046

Browse files
chore: release 8.0.0
1 parent 3103755 commit 9c3a046

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.1.2"
2+
".": "8.0.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/npm/npm-install-checks/compare/v7.1.2...v8.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-install-checks` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`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)
8+
### Chores
9+
* [`3103755`](https://github.com/npm/npm-install-checks/commit/310375537dcd99de75c3fddff999fc20200929e4) [#134](https://github.com/npm/npm-install-checks/pull/134) template-oss-apply (@owlstronaut)
10+
* [`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)
11+
312
## [7.1.2](https://github.com/npm/npm-install-checks/compare/v7.1.1...v7.1.2) (2025-08-25)
413
### Bug Fixes
514
* [`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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-install-checks",
3-
"version": "7.1.2",
3+
"version": "8.0.0",
44
"description": "Check the engines and platform fields in package.json",
55
"main": "lib/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)