Releases: ncpa0/pr-changelog-gen
Releases · ncpa0/pr-changelog-gen
1.1.3
Fix
Set the engine
property in the package.json to accept any node versions above or equal to 18. Technically there's no reason to disallow Node version 20 and so on, and unfortunately having that set to ^18
was causing issues with yarn (if you tried to use yarn while having Node20 installed it was throwing errors at you about version incompatibility). From now on only minimum version is enforced (>=18
)
1.1.1
1.1.0
What's Changed
- fix: security issue in the _stripTrailingEmptyLine method by @ncpa0cpl in #20
- fix: removed a vulnerable dependency (git-promise) by @ncpa0cpl in #22
- feat: added four new options to the config/cli by @ncpa0cpl in #23
Full Changelog: https://github.com/ncpa0/pr-changelog-gen/blob/master/CHANGELOG.md#110-may-2-2023
1.0.0
What's Changed
- feat: changes by @ncpa0cpl in #1
- feat: reworked how config and options are handled and added new options by @ncpa0cpl in #2
- fix: added an additional endline character in between the PR title and the body by @ncpa0cpl in #3
- feat: added options to group entries in changelog by Label and/or by the matchers by @ncpa0cpl in #4
- feat: renamed the property under which the config in package.json file is located by @ncpa0cpl in #5
- feat: introduced a new dependency injection mechanism and refactored the whole project to use it by @ncpa0cpl in #8
- feat: added main export from the package to make running pr-changelog-gen from a node script by @ncpa0cpl in #9
- fix: order of matchers group to be the same as defined in config by @ncpa0cpl in #11
Full Changelog: https://github.com/ncpa0/pr-changelog-gen/blob/master/CHANGELOG.md#100-april-25-2023