Skip to content

3.0.0

Compare
Choose a tag to compare
@lo1tuma lo1tuma released this 09 Mar 22:40
· 604 commits to main since this release

Breaking Changes

  • Make validLabels an array of pairs to define order of changelog sections (#144)
  • Don’t write stacktraces to stderr per default (#141)
  • Make references to pull requests a link (#142)
  • Remove support for nodejs 4 and 7 (#125)

Enhancements

  • Add support for custom date format configuration (#143)
  • Validate CLI argument to be a valid semver version number (#133)
  • Add refactor label (#132)

Documentation

  • Small README.md improvements (#140)

Dependency Upgrades

  • Update commander to the latest version 🚀 (#137)
  • Update @octokit/rest to the latest version 🚀 (#135)
  • Update mocha to the latest version 🚀 (#128)

Code Refactoring

  • Use ava instead of mocha/chai (#138)
  • Remove proxyquire dependency (#134)
  • Use octokit instead of restling (#131)
  • Use async/await instead of bluebird (#130)