Skip to content

Releases: conventional-changelog/conventional-changelog

v0.0.11

17 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

  • changelog: make version links work correctly (4b2de79)

Features

  • changelog: add versionText, patchVersionText options (37f5561)

BREAKING CHANGES

  • Removed versionLink and patchVersionLink options, and went back to the
    default title output from 0.0.9.
    If you wish to have a link to your version, simply customize the versionText
    and patchVersionText options.

v0.0.10

17 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

  • changelog: put commit range into quotes so it can fetch commits with special characters (76e2f18), closes #10

Features

  • changelog: add support for scope with spaces (b5e43b7), closes #9
  • git: allow period-separated closing and lowercase closing (6835af5)
  • writer: add tag hyperlink support (9640cc2)

v0.0.9

17 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

  • changelog: make sure breaking changes are separated by two newlines (8515216)

Features

  • changelog: also add Resolves #xx to closes section (06ff3ea)

v0.0.8

17 Jul 12:09
Compare
Choose a tag to compare

Features

  • changelog: change options.codename to options.subittle (a00fea5)

v0.0.7

17 Jul 12:09
Compare
Choose a tag to compare

Features

  • changelog: add options.codename (e3573c8)

v0.0.6

17 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

v0.0.4

17 Jul 12:09
Compare
Choose a tag to compare

Bug Fixes

  • version: do not try to figure out version (5c99b72)

Features

  • create conventional-changelog module (d996941)