Skip to content

v9.0.0

Choose a tag to compare

@ehmicky ehmicky released this 22 Mar 16:32
· 198 commits to main since this release

Breaking changes

  • undefined is now always returned when the binary cannot be found. Previously, a random binary was sometimes returned instead. This happens when:
  • When the package.json bin field is a string, the name option (when defined) must match the package.json name field.