Skip to content

Commit b8d11c7

Browse files
chore: release 5.0.0 (#152)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.0...v5.0.0) (2024-10-01) ### ⚠️ BREAKING CHANGES * `which` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`77aba08`](77aba08) [#151](#151) align to npm 10 node engine range (@reggi) ### Chores * [`5d49ed0`](5d49ed0) [#151](#151) run template-oss-apply (@reggi) * [`8a2d8e0`](8a2d8e0) [#149](#149) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`d4009b2`](d4009b2) [#138](#138) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`1a07cd7`](1a07cd7) [#150](#150) postinstall for dependabot template-oss PR (@hashtagchris) * [`45f3aa8`](45f3aa8) [#150](#150) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 5d49ed0 commit b8d11c7

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/npm/node-which/compare/v4.0.0...v5.0.0) (2024-10-01)
4+
### ⚠️ BREAKING CHANGES
5+
* `which` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`77aba08`](https://github.com/npm/node-which/commit/77aba0830270333907d00b5d550df9afa7348497) [#151](https://github.com/npm/node-which/pull/151) align to npm 10 node engine range (@reggi)
8+
### Chores
9+
* [`5d49ed0`](https://github.com/npm/node-which/commit/5d49ed025f39923a3b2b898fda3ee825f71b1cc2) [#151](https://github.com/npm/node-which/pull/151) run template-oss-apply (@reggi)
10+
* [`8a2d8e0`](https://github.com/npm/node-which/commit/8a2d8e0be67bc78f38895c9e8adfe6a749ff22be) [#149](https://github.com/npm/node-which/pull/149) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`d4009b2`](https://github.com/npm/node-which/commit/d4009b202b555838a2d98f39da36d7c36aca3896) [#138](https://github.com/npm/node-which/pull/138) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
12+
* [`1a07cd7`](https://github.com/npm/node-which/commit/1a07cd710351a3d5d608fff13fccebeae4cddbfe) [#150](https://github.com/npm/node-which/pull/150) postinstall for dependabot template-oss PR (@hashtagchris)
13+
* [`45f3aa8`](https://github.com/npm/node-which/commit/45f3aa80a0495348797383419cacef6349b9c082) [#150](https://github.com/npm/node-which/pull/150) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
14+
315
## [4.0.0](https://github.com/npm/node-which/compare/v3.0.1...v4.0.0) (2023-08-29)
416

517
### ⚠️ BREAKING CHANGES

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

0 commit comments

Comments
 (0)