Skip to content

Commit

Permalink
Add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 29, 2020
1 parent 84347da commit 54688a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class KeepAChangelog extends Plugin {
changelog = this.addVersionUrls(changelog);
}

fs.writeFileSync(this.changelogPath, changelog);
fs.writeFileSync(this.changelogPath, changelog + this.EOL);
}
}

Expand Down

0 comments on commit 54688a6

Please sign in to comment.