Skip to content

v1.0.5

Choose a tag to compare

@avi12 avi12 released this 08 May 14:26
· 10 commits to main since this release

Fix

  • fix(cli): Changelog values starting with - (e.g. - bullet) no longer fail with Unknown arguments: " ", A, u, t, o. yargs was reparsing dash-prefixed values as short-option groups; the pre-processor now emits --flag=value form so the entire payload is consumed as the option's value.

Full Changelog: v1.0.4...v1.0.5