Bug Fixes
- command: Silence goalpost logging when running a composed command (12b4280)
- create: Use
whatwg-url
instead of node 8.x-dependent URL class (8701b79) - init: Consume lerna cli version from options, not instance property (89e31d2)
- npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
- version: Prioritize
--preid
over existing prerelease ID (#1568) (f2c470a) - version: Pass
--preid
to selection prompt (23a30a0), closes #1214