Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Nov 1, 2022
1 parent 8b0187c commit 7e2a418
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@
{
".": "2.0.2"
".": "3.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

### ⚠️ BREAKING CHANGES

* refactored with the following breaking changes
- callback has been removed from the async interface, it is now
`Promise` only
- `which` is now compatible with the following semver range for node:
`^14.17.0 || ^16.13.0 || >=18.0.0
- cli now ignores any arguments after `--`

### Features

* [`8b0187c`](https://github.com/npm/node-which/commit/8b0187ceab57b0814ad6a77a5706319ffa5bf103) add @npmcli/template-oss and modernize (#86) (@lukekarrys)

## 2.0.2

* Rename bin to `node-which`
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": "2.0.2",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/npm/node-which.git"
Expand Down

0 comments on commit 7e2a418

Please sign in to comment.