eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.2k stars 868 forks source link

Add release notes going back to 1.13.1 #1117

Closed jonkoops closed 8 months ago

jonkoops commented 8 months ago

Adds release notes going back to 1.13.1, including the unreleased 1.14.1. I have omitted the release notes for 13.0.0 as the amount of changes is too large, and the Git history is too complex for this PR.

eirslett commented 8 months ago

Thanks a lot!!!

jonkoops commented 8 months ago

Just FYI @eirslett, if you'd like to keep the Git history on master a little more clean so it's easier to compile a changelog, I'd recommend to squash merge the PRs. GitHub now has full support to do this from the UI itself, and offers various configuration options.