Releases: semantic-release/release-notes-generator
Releases · semantic-release/release-notes-generator
v14.1.1
v14.1.0
v14.0.3
v14.0.2
v14.0.1
v14.0.0
14.0.0 (2024-05-31)
Features
BREAKING CHANGES
- by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
v14.0.0-beta.1
14.0.0-beta.1 (2024-05-17)
Features
BREAKING CHANGES
- by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config
v13.0.0
13.0.0 (2024-03-24)
Features
- exports: defined
exportsto point at ./index.js (5655b18) - node-versions: dropped support for node v18 and v19 (e65959a)
BREAKING CHANGES
- exports:
exportshas been defined, which prevents access to private apis (which arent
intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported