Releases: semantic-release/npm
Releases · semantic-release/npm
v2.6.0
2.6.0 (2017-12-31)
Features
- verify
package.json
has a version
property (3c975df)
v2.5.0
2.5.0 (2017-12-22)
Features
- retrieve gitHead from git tag if it's missing from the npm metadata (cf039fd)
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)