Skip to content

Releases: semantic-release/npm

v2.4.1

22 Dec 00:15
Compare
Choose a tag to compare

2.4.1 (2017-12-22)

Bug Fixes

  • skip npm auth verification if npmPublish is false (4cd5cd7)

v2.4.0

20 Dec 06:19
Compare
Choose a tag to compare

2.4.0 (2017-12-20)

Features

  • add pkgRoot option to publish a sub-directory (e36a56b)

v2.3.2

20 Dec 05:55
Compare
Choose a tag to compare

2.3.2 (2017-12-20)

Bug Fixes

  • preserve package.json and npm-shrinkwrap.json formatting (abcc70b)

v2.3.1

11 Dec 20:05
Compare
Choose a tag to compare

2.3.1 (2017-12-11)

Bug Fixes

  • package: update fs-extra to version 5.0.0 (78c201f)

v2.3.0

02 Dec 21:12
Compare
Choose a tag to compare

2.3.0 (2017-12-02)

Features

  • Add npmPublish and tarballDir options (d04a9b0)

v2.2.0

30 Nov 17:05
Compare
Choose a tag to compare

2.2.0 (2017-11-30)

Features

  • Support legacy authentication (5fb0b09)

v2.1.2

30 Nov 05:13
Compare
Choose a tag to compare

2.1.2 (2017-11-30)

Bug Fixes

  • Pass registry URL to npm CLI with --registry (187b823)

v2.1.1

30 Nov 03:43
Compare
Choose a tag to compare

2.1.1 (2017-11-30)

Bug Fixes

  • Return undefined when no version is found (b78535e)

v2.1.0

29 Nov 23:10
Compare
Choose a tag to compare

2.1.0 (2017-11-29)

Features

  • Use always-auth from .npmrc (b0635c3), closes #6

v2.0.0

25 Nov 02:48
Compare
Choose a tag to compare

2.0.0 (2017-11-25)

Features

  • Read package.json file instead using the one passed by semantic-release (8565d9d)
  • Return async functions (2058e9e)

BREAKING CHANGES

  • Return async functions instead of functions calling a callback