Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 806 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 806 Bytes

Next

  • Breaking change: Update required Node version from 4.0.0 to 6.0.0 (#195)
  • Patch: Update dependencies(#197)

v4.0.1 (2018-04-08)

  • Patch: Fix Typescript type definitions. (#179)
  • Internal: Drop dependency on object-assign. (#177)
  • Internal: Use eslint directly (without gulp). (#180)

v4.0.0 (2018-04-08)

  • Breaking change: Update required Node version from 0.10 to 4.0.0. (#171)
  • Feature: Add Typescript type definitions. (#173)
  • Patch: Drop dependency on deprecated gulp-util. (#172)
  • Internal: Move repo to gulp-community/gulp-pug. (#175)
  • Internal: Update dependencies. (#175)
  • Internal: Add CHANGELOG.md