Skip to content

Releases: conventional-changelog/conventional-changelog

v0.5.3

25 Dec 05:07
Compare
Choose a tag to compare

Bug Fixes

  • defaults: do not throw if no package.json found (906a904), closes #123

v0.5.2

23 Dec 12:24
Compare
Choose a tag to compare

Features

  • preset: relax JSHint message requirements (5aa5e32), closes #129

v0.5.1

20 Oct 09:52
Compare
Choose a tag to compare

Bug Fixes

  • options: fix losing parserOpts without preset (e6a9cf3), closes #116

v0.5.0

30 Sep 08:49
Compare
Choose a tag to compare

Bug Fixes

  • unknown-host: fallback to use the whole repo url (514c4e2), closes #98

Features

  • dep: bump conventional-changelog-writer to ^0.4.1 (cbfb222)
  • pkg: load closest package.json by default (5942809), closes #91
  • template: add scope to breaking changes (d2fdd44), closes #93

BREAKING CHANGES

  • syntax.

v0.4.3

04 Sep 03:16
Compare
Choose a tag to compare

Bug Fixes

  • cli: require at the correct directory (feceb8b)
  • cli: require file with absolute path (7f68b3e), closes #96
  • error: emit error if there is any async (831c960)
  • preset: if scope is * for angular it should be ignored (91094c9)
  • templates: add a missing newline after notes (e1ae4b2)

v0.4.2

17 Aug 01:28
Compare
Choose a tag to compare

Bug Fixes

  • preset: jshint may contain BREAKING CHANGE footer (2683cee)

v0.4.1

15 Aug 12:34
Compare
Choose a tag to compare

Features

  • hosts: add support for gitlab.com repositories (bc1746b), closes #86 #88

v0.4.0

15 Aug 11:20
Compare
Choose a tag to compare

Features

v0.3.2

13 Aug 03:12
Compare
Choose a tag to compare

Bug Fixes

  • pkg: should always read package.json (fcaac48)
  • preset: should still work if preset is wrong (bc8240e)

Features

  • context: attach your packageData (7138206)

v0.3.1

12 Aug 13:15
Compare
Choose a tag to compare

Bug Fixes

  • cli: gracefully handle it if infile is ENOENT (12f2889)