Skip to content

Releases: semantic-release/semantic-release

v22.0.9

05 Dec 02:46
8b0dbd2
Compare
Choose a tag to compare

22.0.9 (2023-12-05)

Bug Fixes

  • deps: update dependency cosmiconfig to v9 (#3072) (8b0dbd2)

v22.0.8

17 Nov 02:05
0d06f62
Compare
Choose a tag to compare

22.0.8 (2023-11-17)

Bug Fixes

v22.0.7

03 Nov 20:58
f09e55f
Compare
Choose a tag to compare

22.0.7 (2023-11-03)

Bug Fixes

  • deps: update dependency read-pkg-up to v11 (#3047) (f09e55f)

Features

  • support extending ESM configuration files (#3036)(6900865)

v22.0.6

31 Oct 01:39
305674d
Compare
Choose a tag to compare

22.0.6 (2023-10-31)

Bug Fixes

v22.0.5

24 Sep 16:42
e759493
Compare
Choose a tag to compare

22.0.5 (2023-09-24)

Bug Fixes

v22.0.4

22 Sep 23:16
84f2ee9
Compare
Choose a tag to compare

22.0.4 (2023-09-22)

Bug Fixes

v22.0.3

22 Sep 23:08
6070bf6
Compare
Choose a tag to compare

22.0.3 (2023-09-22)

Bug Fixes

  • exports: removed the exports definition for the time being (561e2d6), closes #2968. see #2978 for more information.

v22.0.2

22 Sep 22:17
8a7befe
Compare
Choose a tag to compare

22.0.2 (2023-09-22)

Bug Fixes

  • deps: update dependency marked-terminal to v6 (8a7befe)

v22.0.1

21 Sep 12:33
bd4725b
Compare
Choose a tag to compare

22.0.1 (2023-09-21)

Bug Fixes

  • deps: upgraded release-notes-generator and commit-analyzer plugins to stable versions (041e4f7), closes #2934

v22.0.0

16 Sep 19:04
11788ed
Compare
Choose a tag to compare

22.0.0 (2023-09-16)

Bug Fixes

  • deps: updated to the latest beta of the commit analyzer plugin (03a687b)
  • deps: updated to the latest betas of the commit-analyzer and release-notes-generator plugins (de8e4e0)
  • deps: upgraded to the latest version of the npm plugin with npm v10 (a23b718)

Features

  • conventional-changelog-presets: supported new preset format (07a79ea)
  • defined exports for the package (72ab317)
  • node-versions: raised the minimum node v20 requirement to v20.6 (e623cc6)
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (b9f294d)
  • node-versions: raised the minimum supported node version w/in the v20 range to v20.6.1 (b93bef4)

BREAKING CHANGES

  • node-versions: the minimum supported version for the v20 range of node has been raised slightly to
    v20.6.1 to avoid a known node bug
  • node-versions: the minimum supported node version in the v20 major range is now v20.6
  • node-versions: node v18.17 is now the minimum supported node version and support for v19 has been dropped
  • exports prevents access to internal files, but they arent intended for public use anyway
  • 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. this is also important if you are using a preset outside of the list of official conventional-changelog presets since your preset will need to be updated to export async functions to match the expected preset signature.