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)