3.0.0
Changed
- BREAKING: Format changelogs using Prettier (#100)
- This is a breaking change since it changes the default formatting of the changelog in new release PRs. If you have a package script that runs
auto-changelog validate
, or you're callingauto-changelog validate
in CI, you'll now need to pass the--prettier
flag (see example).
- This is a breaking change since it changes the default formatting of the changelog in new release PRs. If you have a package script that runs
Fixed
- Restore support for monorepos that use
workspace:^
references for interdependencies (#125)