Releases: spautz/changesets-changelog-format
Releases · spautz/changesets-changelog-format
v0.3.0
Breaking Changes
Patch Changes
- Associate each changeset with the commit when it was added, even if it was reformatted later (#9) (46a5734)
- Update dev environment and code coverage (#7) (b78aedb)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Overhaul options and template variables: all content can now be set via templates, templates support nested values (like ${foo.bar}
or ${commitInfo.abbrevHash}
), and many more values are available.
The README has been updated to document the new options and template variables, and to provide more examples.