oscarotero / keep-a-changelog

Node & Deno package to parse and generate changelogs
MIT License
61 stars 20 forks source link

Fix trailing newlines when no links are present #5

Closed tjaneczko closed 6 years ago

tjaneczko commented 6 years ago

This PR fixes an issue where there are multiple consecutive trailing newlines for newly created Changelogs or Changelogs without links (or compare links).

oscarotero commented 6 years ago

Thanks 👍

tjaneczko commented 6 years ago

No problem! Thanks for the library, glad I could help out!