Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed May 1, 2023
1 parent fd7eddf commit 261e1cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.0.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.0.1](https://github.com/npm/node-which/compare/v3.0.0...v3.0.1) (2023-05-01)

### Bug Fixes

* [`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)

### Documentation

* [`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)

## [3.0.0](https://github.com/npm/node-which/compare/v2.0.2...v3.0.0) (2022-11-01)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "GitHub Inc.",
"name": "which",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"version": "3.0.0",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/npm/node-which.git"
Expand Down

0 comments on commit 261e1cf

Please sign in to comment.