Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 1.39 KB

1.3.0 (2017-08-11)

Features

  • skip unrecognizable commits (81dd517)

Bug Fixes

  • ensure original content of file is maintained on error (75f0529)
  • do not add an extra new line at end of existing content (cf52241)
  • Allow last release id to be specified manually (558def0)
  • Avoid truncating original changelog on errors (4421e2c)
  • Handle empty output from Git (628565d)
  • change mocked code to correctly return commits without scope (e1b9bf8)

v1.2.0 (2015-03-31)

Features

  • output
    • support commits without scope (3b127d7)

v1.1.0 (2015-03-29)

Features

  • output

    • add a link to the change id (c027a8f)
  • bin

    • conventional-changelog accepts a version=x.y.z param (ccc8eec)
  • api

    • Generator#generate accepts a version param (69f8f72)

v1.0.0 (2015-03-28)

Features

  • api

    • Generator#generate! generates a changelog programatically (9738c30)
  • bin

    • add a conventional-changelog binary (af6be02)