Skip to content

Commit 3038155

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 4.0.0
1 parent a5f1e8b commit 3038155

File tree

3 files changed

+18
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/npm/node-which/compare/v3.0.1...v4.0.0) (2023-08-29)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* support for node 14 has been removed
8+
9+
### Bug Fixes
10+
11+
* [`c7122cd`](https://github.com/npm/node-which/commit/c7122cd2b1738214f7ce43e854992725d7ac0a65) [#105](https://github.com/npm/node-which/pull/105) drop node14 support (@wraithgar)
12+
* [`0083d3c`](https://github.com/npm/node-which/commit/0083d3c14af23f2a7eb8f400863c3c1b9028fa31) [#105](https://github.com/npm/node-which/pull/105) update for breaking isexe api (@wraithgar)
13+
* [`00b5cda`](https://github.com/npm/node-which/commit/00b5cda3e3295bd55f3886d25cc5a8f879a64b5a) [#106](https://github.com/npm/node-which/pull/106) replace reduce with flatMap (#106) (@green961)
14+
15+
### Dependencies
16+
17+
* [`22d1c84`](https://github.com/npm/node-which/commit/22d1c845d390edc410700a4202d52a6680cf6f16) [#105](https://github.com/npm/node-which/pull/105) Bump isexe from 2.0.0 to 3.1.1
18+
319
## [3.0.1](https://github.com/npm/node-which/compare/v3.0.0...v3.0.1) (2023-05-01)
420

521
### Bug Fixes

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

0 commit comments

Comments
 (0)