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

Releases: inyono/changelog

0.5.2

10 Mar 16:51
f421e79
Compare
Choose a tag to compare

v0.5.2 - March 10, 2022

Fixed

  • Publish build output.

0.5.1

10 Mar 16:04
37a7314
Compare
Choose a tag to compare

v0.5.1 - March 10, 2022

Internal

  • Remove .npmignore.

0.5.0

10 Mar 15:53
db22380
Compare
Choose a tag to compare

v0.5.0 - March 10, 2022

Breaking Changes

0.4.0

09 Jan 17:25
4184945
Compare
Choose a tag to compare

v0.4.0 - January 9, 2022

Breaking Changes

  • Drop Node v12 support.

  • generateChangelog now requires information about the GitHub repository, i.e.:

    generateChangelog({
      releases,
      branch,
      origin,
    })
    // becomes
    generateChangelog({
      releases,
      repository: {
        firstCommit: 'b5b9c087d461599e25080b9963a53c15fd72e9e6',
        owner: 'inyono',
        repo: 'changelog',
      },
    })

0.3.0

30 Aug 19:54
1965aaa
Compare
Choose a tag to compare

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,
    })

0.2.1

22 Dec 14:47
02dd431
Compare
Choose a tag to compare

v0.2.1 - December 22, 2020

Breaking Changes

  • Drop Node v10 support.

Added

  • Update dependencies to support Node v14.

0.2.0

22 Dec 14:46
58a38ba
Compare
Choose a tag to compare

v0.2.0 - December 22, 2020 [YANKED]

0.1.5

22 Dec 14:46
2e4c746
Compare
Choose a tag to compare

v0.1.5 - February 14, 2020

Fixed

  • Update dependencies to support Node v12

0.1.4

22 Dec 14:46
d0c5f37
Compare
Choose a tag to compare

v0.1.4 - June 5, 2019

Fixed

  • Handle remote urls without optional .git

0.1.3

22 Dec 14:46
cfd26cc
Compare
Choose a tag to compare

v0.1.3 - June 5, 2019

Added

  • Add scoped changelog entries