Releases: semantic-release/npm
Releases · semantic-release/npm
v5.0.2
5.0.2 (2018-08-15)
Bug Fixes
- stream command output to
stdout
and stderr
(5951b30)
v5.0.1
5.0.1 (2018-08-04)
Bug Fixes
- do not use
execa.stdout.pipe
as it closes the stream (544d4c7)
v5.0.0
5.0.0 (2018-08-04)
Features
- add dependency to
npm
(b180a95)
- log npm CLI output to
stdout
/stderr
(c8e2ba4)
BREAKING CHANGES
- require
semantic-release
>= 15.9.0
v4.0.2
4.0.2 (2018-07-30)
Bug Fixes
- remove unecessary
Buffer.from
in lib/set-npmrc-auth.js
(d79b865)
v4.0.1
4.0.1 (2018-07-23)
Bug Fixes
- use
logger
instead of writing on stdout
(0b9688a)
v4.0.0
4.0.0 (2018-07-17)
Features
- use
cwd
and env
options passed by core (f2e30c7)
BREAKING CHANGES
- require
semantic-release
>= 15.8.0
v3.4.1
3.4.1 (2018-07-17)
Bug Fixes
- package: update fs-extra to version 7.0.0 (14f9d11)
v3.4.0
3.4.0 (2018-07-10)
Features
- skip publising if the
package.json
private
prop is true
(7052c9f)
v3.3.4
3.3.4 (2018-06-27)
Bug Fixes
- validate only known options (648b21b)
v3.3.3
3.3.3 (2018-06-27)
⚠️ This release has been unpublished from npm due the bug fixed in #80 ⚠️
Bug Fixes
- factorise the verification code in a function (8e28af9)