Skip to content

Releases: nikolajevp/changelog-updater

v2.0.2

05 Oct 09:36
Compare
Choose a tag to compare

Changed

  • Changed --check error message to describe that headings under [Unreleased] should be at level 3 (###)

Fixed

  • Allow --init to identify SSH links and URLs with scheme containing + in repository.url

Init now works with URLs in different format

24 Sep 06:47
Compare
Choose a tag to compare

Fixed

  • Allow --init to identify URL in repository.url with any scheme, any domain name (e.g. www. or without), and with suffix .git or without

Init changelog and check for changes

23 Sep 10:42
Compare
Choose a tag to compare

Added

  • Command-line option --init to create a new changelog if it does not exist.
  • Command-line option --check to check if changelog has any changes under [Unreleased].

Removed

  • [BREAKING CHANGE] Removed support for Node versions <= 8

code changes

Support for BitBucket

02 Jan 21:19
Compare
Choose a tag to compare

Added

  • Support for BitBucket #4

v1.0.0...v1.1.0

changelog-update is ready for public

12 Dec 13:38
Compare
Choose a tag to compare

Added

  • Unit tests
  • Eslint