Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jul 7, 2019
1 parent bb3a347 commit 44d42ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.14.0](https://github.com/CookPete/auto-changelog/compare/v1.13.0...v1.14.0)

> 7 July 2019
- Update babel/rimraf/nyc [`#122`](https://github.com/CookPete/auto-changelog/pull/122)
- HTTPS links to external sites [`#120`](https://github.com/CookPete/auto-changelog/pull/120)
- Add support for alternate date sorting [`#113`](https://github.com/CookPete/auto-changelog/pull/113)
- fix for handlebars-setup arg [`#110`](https://github.com/CookPete/auto-changelog/pull/110)
- Add --append-git-log option [`#118`](https://github.com/CookPete/auto-changelog/pull/118) [`#117`](https://github.com/CookPete/auto-changelog/issues/117)
- Update test data [`bb3a347`](https://github.com/CookPete/auto-changelog/commit/bb3a3475bc0c5d394727cec62486df0f5dcff9e1)
- Add commit object to merge data [`2a8de35`](https://github.com/CookPete/auto-changelog/commit/2a8de35e56e7cf43056c0f1850976699957664e1)
- Fix commander argument syntax [`01739fe`](https://github.com/CookPete/auto-changelog/commit/01739fea2accc264bde29be99b53c827f44ba1e9)

#### [v1.13.0](https://github.com/CookPete/auto-changelog/compare/v1.12.1...v1.13.0)

> 16 April 2019
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-changelog",
"version": "1.13.0",
"version": "1.14.0",
"description": "Command line tool for generating a changelog from git tags and commit history",
"main": "./lib/index.js",
"bin": {
Expand Down

0 comments on commit 44d42ad

Please sign in to comment.