{{#each releases}}
{{#if tag}}### {{title}} : {{niceDate}}
  {{#each merges}}
    - {{message}}{{#if href}} ({{author}}) `#{{id}}`{{/if}}
  {{/each}}
  {{#each fixes}}
    - {{commit.subject}}{{#each fixes}}{{#if href}} ({{author}}) `#{{id}}`{{/if}}{{/each}}
  {{/each}}
  {{#each commits}}
    - {{subject}}{{#if href}} ({{author}}) `{{shorthash}}`{{/if}}
  {{/each}}

{{/if}}
{{/each}}

Change Log generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
