v4.0.0
What's Changed
Added standard CLI args (--version
and --help
) powered by commander (see #179)
Breaking changes
Supported Node engine range has been changed from >12
to >12.20.0 && >=14
. That is the range commander
supports, and we use commander
, so we also need to stay in the same range.
Full Changelog: v3.0.6...v4.0.0