Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
97 lines (51 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

97 lines (51 loc) · 3.71 KB

Change Log

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

1.3.1 (2017-10-24)

Bug Fixes

  • use email id if github username not found (#95) (ec264e1)

1.3.0 (2017-10-21)

Bug Fixes

  • install: downgrade yeoman-generator to get installer working (#88) (dd92a00)
  • travis: no need to test every node version, head and tail is enough (#84) (2b4ce53)

Features

  • generate dummy function and test (#89) (d320706)
  • use username as default config preset name (#90) (ce4add0)

1.2.1 (2017-09-19)

Bug Fixes

1.2.0 (2017-09-15)

Bug Fixes

  • deps: update dependency yeoman-generator to v^2.0.0 (#53) (b900919)

Features

v1.1.0 (2017-07-09)

💥 Breaking Change

  • prompts: remove use-yarn prompt (4e4c403)

🚀 New Feature

  • .gitattributes: mark *.png as binary (fa19d3c)
  • .travis.yml: add codecov on travis (d25c9e6)
  • .travis.yml: run scripts on the same job (eeb4ac7)
  • prompts: add enable-codecov prompt (8f8af54)
  • prompts: add enable-greenkeeper prompt (164700d)
  • prompts: add node-version option 'stable' (9c96159, 5e1f32c)

🐛 Bug Fix

  • README.md: coverage badge should focus on master branch (c2b5bf0)

v1.0.3 (2017-06-26)

🚀 New Feature

  • Sort keywords in package.json

🐛 Bug Fix

  • Fix missing .gitignore

v1.0.2 (2017-06-25)

🐛 Bug Fix

  • Fix typo in generated .gitattributes

v1.0.1 (2017-05-29)

📝 Documentation

  • Fix demo image url

v1.0.0 (2017-05-28)

🚀 New Feature

  • Release first version