Skip to content

Releases: streamich/git-cz

v1.8.2

05 Mar 11:25
c5dccf5
Compare
Choose a tag to compare

1.8.2 (2019-03-05)

Bug Fixes

  • 🐛 use process.platform to check for platform (be13775)

v1.8.1

05 Mar 10:07
b816aeb
Compare
Choose a tag to compare

1.8.1 (2019-03-05)

Bug Fixes

v1.8.0

10 Dec 10:34
b6e5a5e
Compare
Choose a tag to compare

1.8.0 (2018-12-10)

Features

  • removed question mark if no emojis are configured (212c172), closes #9
  • try to release new version from Travis (b6e5a5e)

v1.7.1

18 Jun 22:06
c0e4ca8
Compare
Choose a tag to compare

1.7.1 (2018-06-18)

Bug Fixes

  • 🐛 fix: don't fail if config missing in package.json (a4a010d)

v1.7.0

07 Jun 10:22
60787d2
Compare
Choose a tag to compare

1.7.0 (2018-06-07)

Bug Fixes

  • 🐛 fix lerna question all package list (74581de)

Features

v1.6.0

06 Jun 08:45
ad1878f
Compare
Choose a tag to compare

1.6.0 (2018-06-06)

Features

  • 🎸 add mmarkdown (323f0e8)
  • 🎸 show nice error message when Git root not found (54ed319)

v1.5.0

05 Jun 18:10
063825f
Compare
Choose a tag to compare

1.5.0 (2018-06-05)

Bug Fixes

  • 🐛 don't ask Lerna question, if Lerna not installed (843093c)
  • 🐜 simplify package.json (ea20619)

Features

  • 🎸 add back Lerna support (879d9c1)
  • 🎸 add binary git-cz command for CLI (3d11bdd)
  • 🎸 connect new interface to commitizen (3dd3c67)
  • 🎸 execute standalone CLI commit (8570804)
  • 🎸 make LimitedInput work with new inquirer (065bfae)
  • add default scopes (1be406f)
  • add scope to subject input (f942494)
  • create formatMessage() function (d1c6755)
  • refactor questions out (5212e93)
  • store answers in state (3110e94)
  • use Git to determine root folder (d59dbd4)

Performance Improvements

  • ⚡️ build cz prompter into one file for performace (dd62d93)
  • ⚡️ bundle into single .js file for perf (a7738c8)
  • ⚡️ remove all deps so nothing is installed (16ce6a7)