Releases: npm/node-which
Releases · npm/node-which
v5.0.0
5.0.0 (2024-10-01)
⚠️ BREAKING CHANGES
which
now supports node^18.17.0 || >=20.5.0
Bug Fixes
Chores
5d49ed0
#151 run template-oss-apply (@reggi)8a2d8e0
#149 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])d4009b2
#138 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)1a07cd7
#150 postinstall for dependabot template-oss PR (@hashtagchris)45f3aa8
#150 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
v4.0.0
v3.0.1
3.0.1 (2023-05-01)
Bug Fixes
c3a543e
#100 check lower case extensions in windows (#100) (@wraithgar)
Documentation
ba58b51
#97 Replace binarywhich
withnode-which
in README.md (#97) (@DevDengChao)
v3.0.0
3.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
--
- callback has been removed from the async interface, it is now
Features
8b0187c
add @npmcli/template-oss and modernize (#86) (@lukekarrys)