Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

40 lines (20 loc) · 2.25 KB

1.2.0 (2021-06-11)

Bug Fixes

  • do not skip custom scope question (a879f50), closes #3
  • make breaking change question not swallow whitespace (cfb5c04)

Features

  • allow to specify a message for scopes (9550c42), closes #2

1.1.1 (2021-03-14)

Bug Fixes

  • add shebang to index.ts (cda2edd)

1.1.0 (2021-03-14)

Bug Fixes

  • check captialization of the subject line (f69d108)
  • do not add git comments to parsed message body (e3bf0d5)
  • do not ask questions if the commit message already exists (fb3c69c)

Features

  • add a --fix option to lint mode to reformat body and subject line (2f39919)
  • add a description for each commit type (79e8011)
  • add function to parse existing commit messages (3cd2fbc)
  • add linting of existing commit messages (46b2cb9)
  • keep comments from original commit message (fda7cff)