Releases: semantic-release/release-notes-generator
Releases · semantic-release/release-notes-generator
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
exports
to point at ./index.js (5655b18) - node-versions: dropped support for node v18 and v19 (e65959a)
BREAKING CHANGES
- exports:
exports
has been defined, which prevents access to private apis (which arent
intended for consumption anyway) - node-versions: node v18 and v19 are no longer supported
v12.1.0
v12.0.1
v12.0.0
12.0.0 (2023-09-18)
Bug Fixes
- deps: update dependency conventional-changlog-writer to v7 (4fe3563)
Features
- conventional-changelog-presets: supported new preset format (a681671)
- node-versions: raised the minimum node version to v18.17 and dropped v19 support (9c4e5f5)
BREAKING CHANGES
- node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
- conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility
v12.0.0-beta.3
12.0.0-beta.3 (2023-09-17)
Features
- node-versions: raised the minimum node version to v18.17 and dropped v19 support (9c4e5f5)
BREAKING CHANGES
- node-versions: the minimum required node version is now v18.17, v19 support has been dropped, and the minimum required in the v20 range is v20.6.1
v12.0.0-beta.2
12.0.0-beta.2 (2023-09-12)
Bug Fixes
- deps: update dependency conventional-changlog-writer to v7 (4fe3563)
v12.0.0-beta.1
12.0.0-beta.1 (2023-09-01)
Features
- conventional-changelog-presets: supported new preset format (a681671)
BREAKING CHANGES
- conventional-changelog-presets: the new preset format is a breaking change when compared to the previous preset format. updating to support the new format means that the old preset format is no longer supported. update your preset to the latest version to maintain compatibility