Skip to content

Commit fddf6a5

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 6.0.0
1 parent cf1a1bc commit fddf6a5

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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)