From 5a2a9f1c07288ab89a2ed69572cbef69b5a00dda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:16:59 +0000 Subject: [PATCH] chore: release 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 601e9be..aeda91d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.1" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5dcf0..0111d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.0.0](https://github.com/npm/node-which/compare/v6.0.1...v7.0.0) (2026-05-08) +### ⚠️ BREAKING CHANGES +* `which` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0` +* template-oss-apply +### Features +* [`471d90b`](https://github.com/npm/node-which/commit/471d90ba5f4c8af8e9d8c8604d57b1128255bfb8) [#176](https://github.com/npm/node-which/pull/176) bump to new node engine range (@owlstronaut) +* [`8aac36f`](https://github.com/npm/node-which/commit/8aac36f904ed4ba17e269763e0267167ac6a729d) [#176](https://github.com/npm/node-which/pull/176) template-oss-apply (@owlstronaut) +### Chores +* [`9bdf003`](https://github.com/npm/node-which/commit/9bdf0037cb47aaa7f89eb7ae0372d7f90b8557d3) [#176](https://github.com/npm/node-which/pull/176) template-oss-apply (@owlstronaut) + ## [6.0.1](https://github.com/npm/node-which/compare/v6.0.0...v6.0.1) (2026-02-10) ### Dependencies * [`bd22353`](https://github.com/npm/node-which/commit/bd223532f5f86a2e8961941b7868cb72a77e0f4e) [#168](https://github.com/npm/node-which/pull/168) bump isexe from 3.1.5 to 4.0.0 (#168) (@dependabot[bot]) diff --git a/package.json b/package.json index 66c1e59..f65f91b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "GitHub Inc.", "name": "which", "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "6.0.1", + "version": "7.0.0", "repository": { "type": "git", "url": "git+https://github.com/npm/node-which.git"