All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
changelogfmt init
now gets data from Git tags!
- Support referencing commits.
- Sort external references.
- Fix tests.
1.3.1 - 2021-08-25
- Got too excited and published without updating readme.
1.3.0 - 2021-08-25
- Refactor with async generators and improve CLI.
1.2.0 - 2021-08-24
- Add
changelogfmt init
command.
1.1.0 - 2021-08-24
- Infer repo URL from
package.json
or.git/config
if it can't be found from existing references. - Support autolinking repos references like
foo/bar#42
. - Add tests.
1.0.1 - 2021-06-15
- Add
bin
inpackage.json
for this to be added toPATH
.
1.0.0 - 2021-06-15
- Initial release.