Skip to content

Commit b1bca18

Browse files
chore: release 6.0.0 (#162)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.0...v6.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * align to npm 11 node engine range (#161) ### Bug Fixes * [`cf1a1bc`](cf1a1bc) [#161](#161) align to npm 11 node engine range (#161) (@owlstronaut) ### Chores * [`66cf669`](66cf669) [#160](#160) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#160) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf1a1bc commit b1bca18

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/node-which/compare/v5.0.0...v6.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* align to npm 11 node engine range (#161)
6+
### Bug Fixes
7+
* [`cf1a1bc`](https://github.com/npm/node-which/commit/cf1a1bc32652456b317c2fdbd957fe4c56f9bbca) [#161](https://github.com/npm/node-which/pull/161) align to npm 11 node engine range (#161) (@owlstronaut)
8+
### Chores
9+
* [`66cf669`](https://github.com/npm/node-which/commit/66cf669cc6c92ddf4dd128ca2ef1417d0c8f01ae) [#160](https://github.com/npm/node-which/pull/160) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#160) (@dependabot[bot], @npm-cli-bot)
10+
311
## [5.0.0](https://github.com/npm/node-which/compare/v4.0.0...v5.0.0) (2024-10-01)
412
### ⚠️ BREAKING CHANGES
513
* `which` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "GitHub Inc.",
33
"name": "which",
44
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5-
"version": "5.0.0",
5+
"version": "6.0.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/node-which.git"

0 commit comments

Comments
 (0)