Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@inyono inyono released this 30 Aug 19:54
· 11 commits to main since this release
1965aaa

v0.3.0 - August 30, 2021

Breaking Changes

  • Change default branch to main.

  • generateChangelog now accepts an configuration object instead of two arguments, i.e.:

    generateChangelog(releases, { branch, origin })
    // becomes
    generateChangelog({
      releases,
      branch,
      origin,
    })