Skip to content

v11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 19:57
· 185 commits to master since this release
38a10fe

11.0.0 (2023-04-28)

Code Refactoring

  • esm: converted the package to esm (40f7596), closes #296

Features

  • node-versions: raised the minimum required node version to v18 (4bfe425)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (f094cb0)

BREAKING CHANGES

  • semantic-release-peer: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
  • node-versions: node v18 is now the minimum supported version
  • esm: @semantic-release/release-notes-generator is now a native ES Module. It has
    named exports for each plugin hook (generateNotes)