Skip to content

Commit bbc63ba

Browse files
chore: release 6.0.1 (#169)
🤖 I have created a release *beep* *boop* --- ## [6.0.1](v6.0.0...v6.0.1) (2026-02-10) ### Dependencies * [`bd22353`](bd22353) [#168](#168) bump isexe from 3.1.5 to 4.0.0 (#168) (@dependabot[bot]) ### Chores * [`fc4c209`](fc4c209) [#163](#163) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#163) (@dependabot[bot]) * [`46b25d7`](46b25d7) [#165](#165) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#165) (@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 bd22353 commit bbc63ba

3 files changed

Lines changed: 9 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-
".": "6.0.0"
2+
".": "6.0.1"
33
}

CHANGELOG.md

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

3+
## [6.0.1](https://github.com/npm/node-which/compare/v6.0.0...v6.0.1) (2026-02-10)
4+
### Dependencies
5+
* [`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])
6+
### Chores
7+
* [`fc4c209`](https://github.com/npm/node-which/commit/fc4c209e09061e99e3d30204178c422750e4f61a) [#163](https://github.com/npm/node-which/pull/163) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#163) (@dependabot[bot])
8+
* [`46b25d7`](https://github.com/npm/node-which/commit/46b25d765671fdbd88e0779ff5bcee5798ac9151) [#165](https://github.com/npm/node-which/pull/165) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#165) (@dependabot[bot], @npm-cli-bot)
9+
310
## [6.0.0](https://github.com/npm/node-which/compare/v5.0.0...v6.0.0) (2025-10-22)
411
### ⚠️ BREAKING CHANGES
512
* align to npm 11 node engine range (#161)

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": "6.0.0",
5+
"version": "6.0.1",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/npm/node-which.git"

0 commit comments

Comments
 (0)