Skip to content

Releases: semantic-release/commit-analyzer

v14.0.0-beta.4

v14.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:11
5fba8a9

14.0.0-beta.4 (2026-09-14)

Features

  • align presets support (#962) (5fba8a9)
  • preset: drop support for ember, eslint, jshint, express and atom presets (f088a5d)
  • preset: pack conventional-changelog-angular as production deps (0744784)
  • preset: restored angular as default preset (ce52d65)

v14.0.0-beta.3

v14.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:54
bc27fe8

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 in headerPattern now take precedence over
    headerCorrespondence. In v6 the correspondence array won, in v7 the
    named groups win and the correspondence keys come back null.
  • 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 in headerPattern now take precedence over headerCorrespondence. In v6 the correspondence array won, in v7 the named groups win and the correspondence keys come back null.

v14.0.0-beta.2

v14.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:03
abf64dd

14.0.0-beta.2 (2026-08-07)

chore

  • ci: update Node.js engine version and test matrix (#946) (abf64dd)

BREAKING CHANGES

  • ci: Now require Node.js ^22.22.2 or >=24.15

v14.0.0-beta.1

v14.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:35
b3ed4db

14.0.0-beta.1 (2026-08-07)

Features

  • make conventionalcommits default preset (#858) (b3ed4db)

BREAKING CHANGES

  • Replace angular commit standards with conventional commits as default preset.

v13.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jan 04:09
f106b76

13.0.1 (2025-01-03)

Bug Fixes

  • deps: update dependency import-from-esm to v2 (#741) (f106b76)

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 31 May 22:32
9d5b993

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.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 May 04:01
e2f5d6c

13.0.0-beta.2 (2024-05-25)

Bug Fixes

  • log the raw message again (e2f5d6c)

v13.0.0-beta.1

v13.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 May 03:35
3953810

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

Choose a tag to compare

@github-actions github-actions released this 18 Mar 03:37
820d6f4

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

Choose a tag to compare

@github-actions github-actions released this 06 Nov 01:48
9dc87e0

11.1.0 (2023-11-06)

Features