Skip to content

Latest commit

 

History

History
134 lines (99 loc) · 10.8 KB

changelog.md

File metadata and controls

134 lines (99 loc) · 10.8 KB

v1.2.0

v1.1.0

  • #218 - Update dependencies, test on Node 8 (@tschaub)
  • #211 - Update async to the latest version 🚀 (@tschaub)
  • #202 - chore(package): update sinon to version 3.2.1 (@tschaub)
  • #201 - chore(package): update chai to version 4.1.1 (@tschaub)
  • #196 - fix(package): update fs-extra to version 4.0.1 (@tschaub)
  • #199 - Update tmp to the latest version 🚀 (@tschaub)
  • #193 - Return the promise in the publish function (@Ambyjkl)
  • #188 - chore(package): update sinon to version 2.3.3 (@tschaub)
  • #185 - fix(package): update commander to version 2.11.0 (@tschaub)
  • #186 - chore(package): update eslint to version 4.1.1 (@tschaub)
  • #187 - fix(package): update async to version 2.5.0 (@tschaub)
  • #175 - Removed unnecessary path require (@antialias)

v1.0.0

This release includes a couple breaking changes:

  • Node 4+ is required.
  • The logger option has been removed. Set NODE_DEBUG=gh-pages to see debug output.

If you are using Node 4+ and not using the logger option, upgrades should be painless. See below for a full list of changes:

v0.12.0

v0.11.0

v0.10.0

  • #50 - Update glob to version 7.0.0 🚀 (@tschaub)
  • #51 - Add --silent option to the bin (@MoOx)

v0.9.0

v0.8.0

v0.7.0

v0.6.0

  • #31 - Updated linter and assorted dependencies. (@tschaub)
  • #23 - Support --repo CLI option. (@cvan)

v0.5.0

  • #26 - Added support for the --add option to cli. (@n1k0)

v0.4.0

  • Option to include dotfiles.

v0.3.0

v0.2.0

v0.1.0

  • Setup.