Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 2.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-12-20)

⚠ BREAKING CHANGES

  • no longer feature detect spawnSync, present since Node 0.11.
  • Drop support for iojs (#84)
  • explicitly drops support for Node 6

Bug Fixes

Features

2.0.0-beta.0 (2019-10-07)

See 2.0.0 for notes.

1.4.3 (2019-08-23)

Bug Fixes

  • win32: handle cases where "node" is quoted (#102) (aac8730)