Releases: semantic-release/npm
Releases · semantic-release/npm
v2.4.1
2.4.1 (2017-12-22)
Bug Fixes
- skip npm auth verification if npmPublish is false (4cd5cd7)
v2.4.0
2.4.0 (2017-12-20)
Features
- add
pkgRoot
option to publish a sub-directory (e36a56b)
v2.3.2
2.3.2 (2017-12-20)
Bug Fixes
- preserve
package.json
and npm-shrinkwrap.json
formatting (abcc70b)
v2.3.1
2.3.1 (2017-12-11)
Bug Fixes
- package: update fs-extra to version 5.0.0 (78c201f)
v2.3.0
2.3.0 (2017-12-02)
Features
- Add
npmPublish
and tarballDir
options (d04a9b0)
v2.2.0
2.2.0 (2017-11-30)
Features
- Support legacy authentication (5fb0b09)
v2.1.2
2.1.2 (2017-11-30)
Bug Fixes
- Pass registry URL to
npm
CLI with --registry
(187b823)
v2.1.1
2.1.1 (2017-11-30)
Bug Fixes
- Return
undefined
when no version is found (b78535e)
v2.1.0
2.1.0 (2017-11-29)
Features
- Use always-auth from .npmrc (b0635c3), closes #6
v2.0.0
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