Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 827 Bytes

1.0.0 (2021-08-06)

BREAKING CHANGES

  • Converted to ECMAScript modules.
  • Require Node.js ^12.20 || >=14.13.1.
  • Various minor changes in command-line options and output as a result of switching from Yargs to Commander.js.

Features

  • Export cli.js as hub-ci-status/cli.js to allow calling cli entry point. (25f3e00)
  • Switch from nyc to c8 for coverage (d72a313)
  • Update dev dependency versions.

0.1.0 (2021-02-01)

  • Initial release.