Skip to content

Releases: semantic-release/npm

v9.0.0-beta.3

18 Jan 02:05
575a5a4
Compare
Choose a tag to compare
v9.0.0-beta.3 Pre-release
Pre-release

9.0.0-beta.3 (2022-01-18)

Bug Fixes

  • updated the peer requirement for semantic-release to the new stable version (575a5a4)

v9.0.0-beta.2

17 Jan 17:37
2d1f5f2
Compare
Choose a tag to compare
v9.0.0-beta.2 Pre-release
Pre-release

9.0.0-beta.2 (2022-01-17)

Bug Fixes

  • updated the peer requirement on semantic-release to a version matching the engines definition of this package (2d1f5f2)

BREAKING CHANGES

  • the minimum required peer of semantic-release has been raised to match the engines.node requirements of this package

v9.0.0-beta.1

17 Jan 16:41
a12d6e5
Compare
Choose a tag to compare
v9.0.0-beta.1 Pre-release
Pre-release

9.0.0-beta.1 (2022-01-17)

Bug Fixes

  • upgrade npm dependency to v8 (a12d6e5)

BREAKING CHANGES

  • npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL

Co-authored-by: Matt Travi [email protected]

v8.0.4-beta.1

17 Jan 16:03
002439e
Compare
Choose a tag to compare
v8.0.4-beta.1 Pre-release
Pre-release

8.0.4-beta.1 (2022-01-17)

Bug Fixes

  • add preferLocal option to allow execa to use local npm version (#445) (002439e)

v8.0.3

04 Nov 04:20
df11027
Compare
Choose a tag to compare

8.0.3 (2021-11-04)

Reverts

v8.0.2

20 Oct 00:23
f089d9d
Compare
Choose a tag to compare

8.0.2 (2021-10-20)

Bug Fixes

  • README: correct docs on authentication (#413) (f089d9d)

v8.0.1

18 Oct 01:29
60832fb
Compare
Choose a tag to compare

8.0.1 (2021-10-18)

Bug Fixes

  • deps: update dependency @semantic-release/error to v3 (#402) (60832fb)

v8.0.0

17 Sep 19:52
f65e49d
Compare
Choose a tag to compare

8.0.0 (2021-09-17)

Features

  • node-version: raised the minimum required version to v14.17 (#387) (#399) (f65e49d)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17

Co-authored-by: Matt Travi [email protected]

v8.0.0-beta.1

30 Aug 05:46
f78e383
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

8.0.0-beta.1 (2021-08-30)

Features

  • node-version: raised the minimum required version to v14.17 (#387) (f78e383)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17

v7.1.3

04 May 20:46
13200ca
Compare
Choose a tag to compare

7.1.3 (2021-05-04)

Bug Fixes

  • use NPM_CONFIG_USERCONFIG in get-registry to match auth (#362) (13200ca)