Releases: semantic-release/commit-analyzer
Releases · semantic-release/commit-analyzer
Release list
v14.0.0-beta.4
v14.0.0-beta.3
14.0.0-beta.3 (2026-08-24)
Bug Fixes
- deps: update dependencies for conventional-changelog packages (049cb7a)
- deps: upgrade conventional changelog packages to latest major (#955) (bc27fe8), closes #921 #914 #915 #916 #917
- tests: adjust header pattern and formatting for breaking change messages (328013b)
BREAKING CHANGES
- deps: From
conventional-changelog-parser@v7, footer notes
must start at the beginning of a line, a leading space now defeats note
detection. - deps: From
conventional-changelog-parser@v7, named capture
groups inheaderPatternnow take precedence over
headerCorrespondence. In v6 the correspondence array won, in v7 the
named groups win and the correspondence keys come backnull. - deps: From
conventional-changelog-parser@v7, footer notes must start at the beginning of a line, a leading space now defeats note detection. - deps: From
conventional-changelog-parser@v7, named capture groups inheaderPatternnow take precedence overheaderCorrespondence. In v6 the correspondence array won, in v7 the named groups win and the correspondence keys come backnull.
v14.0.0-beta.2
v14.0.0-beta.1
14.0.0-beta.1 (2026-08-07)
Features
BREAKING CHANGES
- Replace
angularcommit standards withconventional commitsas default preset.
v13.0.1
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
exportsto point at ./index.js (f3358dd) - node-versions: dropped support for node v18 and v19 (0a23b82)
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