Skip to content

1.1.0

Choose a tag to compare

@forresst forresst released this 26 Mar 11:13
· 36 commits to master since this release

1.1.0 (2018-03-26)

Features

  • template: add option template (57743b0)

Chore

  • Change package.json for commitlint (2ea44e2)
  • Change validate-commit-msg by commitlint (6033e9f)

Test

  • Add comments to test coveralls (41a5734)
  • Add Node.js 9 in CI (cf108bb)
  • Comments should not begin with a lowercase character (525ae14)
  • Add tests with markdown-magic 0.1.21 (e533165)
  • Bump dev dependencies (3bc60cc)
  • Improve tests with readdirSync (9cb5aa5)

BREAKING CHANGES

  • template: The following options has been deprecated in favor of template. They will be removed from version 2.0.0 and later. See the guide to use template instead :
    • prop - any property in package.json (like name, version, scripts.test, ...)
    • before (empty by default) - string to add before prop
    • after (empty by default) - string to add after prop