Skip to content

Releases: kevinoid/hub-ci-status

v1.0.0

06 Aug 16:44
v1.0.0
Compare
Choose a tag to compare

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.

v0.1.0

01 Feb 17:23
v0.1.0
Compare
Choose a tag to compare
  • Initial release.