Skip to content

Releases: semantic-release/release-notes-generator

v15.0.0-beta.2

v15.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:52
7902f36

15.0.0-beta.2 (2026-08-24)

Bug Fixes

BREAKING CHANGES

  • deps: Now uses the conventional-changelog-writer@9
  • deps: Deprecate support for the eslint, atom, ember,
    express and jshint presets
  • deps: Now support only angular and conventionalcommits
    presets

v15.0.0-beta.1

v15.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:24
360e5e0

15.0.0-beta.1 (2026-08-18)

chore

  • ci: update Node.js engine version and test matrix (#1020) (360e5e0)

BREAKING CHANGES

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

v14.1.1

Choose a tag to compare

@github-actions github-actions released this 08 May 20:45
9728887

14.1.1 (2026-05-08)

Bug Fixes

  • deps: update dependency get-stream to v9 (#613) (9728887)

v14.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:18
485bc0a

14.1.0 (2025-09-05)

Features

  • preset: support ignoreCommits option (#836) (485bc0a)

v14.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Jan 04:10
832620e

14.0.3 (2025-01-03)

Bug Fixes

  • deps: update dependency import-from-esm to v2 (#756) (832620e)

v14.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Dec 20:27
687e2e2

14.0.2 (2024-12-16)

Bug Fixes

v14.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 04:02
44c780c

14.0.1 (2024-06-22)

Bug Fixes

  • deps: rename read-pkg-up to read-package-up (#671) (687ba5a)

v14.0.0

Choose a tag to compare

@github-actions github-actions released this 31 May 22:33
fff490d

14.0.0 (2024-05-31)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

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

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

Choose a tag to compare

@github-actions github-actions released this 17 May 19:36
2bce0d3

14.0.0-beta.1 (2024-05-17)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

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

Choose a tag to compare

@github-actions github-actions released this 24 Mar 05:24
148d97c

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