Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (31 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 3.54 KB

1.0.1 (2017-09-04)

Bug Fixes

  • index: Prevent stand-alone numbers in title (a3f0f70), closes #18

1.0.0 (2017-07-01)

Bug Fixes

  • adapter: Fix typo in etc. (39182b8)
  • build: Add proper deps, force republish to make sure things are working (922097b)
  • build: Automatic releases!!! ✨ (114f967)
  • commit: Remove es6 string syntax (backticks) (7f922f2)
  • commit: remove parentheses when there is no scope present (55f72b9)
  • index: Clarify commit body purpose (10aa420)
  • index: Clarify title description question (272f2b4)
  • index: Limit subject and body character width (3ecdeca)
  • package: change git org name to lowercase (424a254)
  • package: update longest to version 2.0.0 (55f0ebc)
  • prompter: resolve issue with new inquirer api (#18) (807b4e5)
  • require: get rid of relative path to the word-wrap (e98818a), closes #4
  • types: Simply types of commit (5f69650)
  • wrapping: Fix fields to wrap instead of truncate at 100 characters (c7b7e11), closes commitizen/cz-cli#4

Features

  • adapter: Create initial commit. (4e8da01)
  • adapter: refactor to engine, default to conventional commit types (c8452d1), closes #29
  • adapter: Split breaking changes into separate question (#44) (2d78e1d), closes #17
  • index: Auto add closing keyword to commit (cf69aa7)
  • index: Capitalize git commit title (0ed12d5)
  • index: Prevent issue numbers in commit titles (fcbc608)
  • index: Restrict title without end period (ccfd211)

BREAKING CHANGES

  • adapter: Breaking changes now automatically include the "BREAKING CHANGE: " prefix.