Releases: semantic-release/commit-analyzer
Releases · semantic-release/commit-analyzer
v13.0.0
13.0.0 (2024-05-31)
Bug Fixes
- log the raw message again (e2f5d6c)
Features
- support latest conventional-changelog packages (0254d7a)
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-beta.2
v13.0.0-beta.1
13.0.0-beta.1 (2024-05-25)
Features
- support latest conventional-changelog packages (0254d7a)
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
v12.0.0
12.0.0 (2024-03-18)
Features
- exports: defined
exports
to point at ./index.js (f3358dd) - node-versions: dropped support for node v18 and v19 (0a23b82)
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
v11.1.0
v11.0.0
11.0.0 (2023-09-18)
Bug Fixes
- config-loader: accounted for normalization of preset interfaces (3ff9458)
- deps: update dependency conventional-commits-filter to v4 (99dcf7e)
Features
- conventional-changelog-presets: supported new preset format (f3b88d3)
- node-versions: raised the minimum node version to v18.17 and dropped v19 support (a681fbd)
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
v11.0.0-beta.4
11.0.0-beta.4 (2023-09-17)
Features
- node-versions: raised the minimum node version to v18.17 and dropped v19 support (a681fbd)
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
v11.0.0-beta.3
11.0.0-beta.3 (2023-09-15)
Bug Fixes
- config-loader: accounted for normalization of preset interfaces (3ff9458)
v11.0.0-beta.2
11.0.0-beta.2 (2023-09-12)
Bug Fixes
- deps: update dependency conventional-commits-filter to v4 (99dcf7e)
v11.0.0-beta.1
11.0.0-beta.1 (2023-09-01)
Features
- conventional-changelog-presets: supported new preset format (f3b88d3)
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