v9.0.0
9.0.0 (2022-01-18)
Bug Fixes
- add
preferLocal
option to allow execa to use local npm version (#445) (002439e) - updated the peer requirement for
semantic-release
to the new stable version (575a5a4) - updated the peer requirement on
semantic-release
to a version matching the engines definition of this package (2d1f5f2) - upgrade npm dependency to v8 (a12d6e5)
BREAKING CHANGES
- the minimum required peer of
semantic-release
has been raised to match theengines.node
requirements of this package - npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL
Co-authored-by: Matt Travi [email protected]