All notable changes to this project will be documented in this file.
v0.5.2 - March 10, 2022
- Publish build output.
v0.5.1 - March 10, 2022
- Remove .npmignore.
v0.5.0 - March 10, 2022
- This package is now ESM only. Learn more about ESM in this guide.
v0.4.0 - January 9, 2022
-
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', }, })
v0.3.0 - August 30, 2021
-
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, })
v0.2.1 - December 22, 2020
- Drop Node v10 support.
- Update dependencies to support Node v14.
v0.2.0 - December 22, 2020 [YANKED]
v0.1.5 - February 14, 2020
- Update dependencies to support Node v12
v0.1.4 - June 5, 2019
- Handle remote urls without optional .git
v0.1.3 - June 5, 2019
- Add scoped changelog entries
v0.1.2 - February 8, 2019
- Move
@types/mdast
to dependencies
v0.1.1 - February 2, 2019
- Add section
Changed
v0.1.0 - January 20, 2019
Initial working release