diff --git a/CHANGELOG.md b/CHANGELOG.md index c13c5876..cfa7068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.16.4](https://github.com/CookPete/auto-changelog/compare/v1.16.3...v1.16.4) + +> 2 April 2020 + +- Pin semver to v6 [`#160`](https://github.com/CookPete/auto-changelog/issues/160) +- Add node 12 to travis builds [`ac77a53`](https://github.com/CookPete/auto-changelog/commit/ac77a537e9db115317ca0a53c68e11b5968763d4) +- Remove node 8 from travis builds [`e7d557d`](https://github.com/CookPete/auto-changelog/commit/e7d557d02d61c955194da95cee6cc3390b529791) + #### [v1.16.3](https://github.com/CookPete/auto-changelog/compare/v1.16.2...v1.16.3) > 25 March 2020 diff --git a/package.json b/package.json index d9aa2b09..414a9ad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "1.16.3", + "version": "1.16.4", "description": "Command line tool for generating a changelog from git tags and commit history", "main": "./lib/index.js", "bin": {