Skip to content

Commit 261e1cf

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 3.0.1
1 parent fd7eddf commit 261e1cf

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.0.1](https://github.com/npm/node-which/compare/v3.0.0...v3.0.1) (2023-05-01)
4+
5+
### Bug Fixes
6+
7+
* [`c3a543e`](https://github.com/npm/node-which/commit/c3a543e589a3ac7876df0fc6927f24d74065a267) [#100](https://github.com/npm/node-which/pull/100) check lower case extensions in windows (#100) (@wraithgar)
8+
9+
### Documentation
10+
11+
* [`ba58b51`](https://github.com/npm/node-which/commit/ba58b51805e001c7ea706bb45e6bee1b2be41673) [#97](https://github.com/npm/node-which/pull/97) Replace binary `which` with `node-which` in README.md (#97) (@DevDengChao)
12+
313
## [3.0.0](https://github.com/npm/node-which/compare/v2.0.2...v3.0.0) (2022-11-01)
414

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

0 commit comments

Comments
 (0)