Skip to content

Latest commit

 

History

History
73 lines (35 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

73 lines (35 loc) · 2.37 KB

Change Log

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

0.3.2 (2017-09-06)

Bug Fixes

  • bin: make cli executable by default (#13) (14a9a5f)
  • config: use npm.cmd on win32 and fix tests (#12) (d912d16), closes #12
  • json: strip BOM when reading JSON files (#8) (2529149)

0.3.1 (2017-09-05)

0.3.0 (2017-09-05)

Features

  • lockfile: verify that lockfile matches package.json (#5) (f631203)
  • scripts: support --ignore-scripts option (#9) (213ca02)

0.2.0 (2017-09-01)

Bug Fixes

Features

  • lifecycle: actually run lifecycle scripts correctly (7f8933e)

0.1.1 (2017-08-30)

Bug Fixes

  • files: oops. forgot to include new files in tarball (1ee85c9)

0.1.0 (2017-08-30)

Bug Fixes

  • config: pipe stdout (08e6af8)
  • extract: make sure to extract properly (9643583)
  • license: switch to MIT (0d10d0d)

Features

  • impl: rough prototype (2970e43)
  • lifecycle: Run lifecycle events, implement prefix option, add unit tests (#1) (d6629be), closes #1
  • opts: add usage string and --help (efcc48d)