Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 1.79 KB

Change Log

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

2.0.1 (2017-03-28)

2.0.0 (2016-11-08)

Bug Fixes

Features

  • install from optionalDevDependencies stanza in package.json (b9c78d7)

1.4.0 (2016-10-25)

Version 1.4 was unpublished on 2016-11-08, in response to bug #16, since it broke backward compatibility for old node versions.

1.3.0 (2016-07-08)

Bug Fixes

  • change win-spawn to cross-spawn. (#8) (1e111c8)
  • upgrade dependencies. add standard-version for release management (#10) (d77ffb8)

Features

  • use require.resolve instead of require to avoid executing code. (#9) (ece888d), closes #9