Skip to content

v20.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 22:36
· 26 commits to master since this release
44449ce

20.0.0 (2022-02-04)

Bug Fixes

  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)
  • npm-plugin: upgraded to the latest beta version (8097afb)
  • npm-plugin: upgraded to the stable version (0eca144)
  • upgrade marked to resolve ReDos vulnerability (#2330) (d9e5bc0)

BREAKING CHANGES

  • npm-plugin: @semantic-release/npm has also dropped support for node v15
  • node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of marked and marked-terminal that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.