## hordelib Changelog

{{#each releases}}
  {{#if href}}
    #{{#unless major}}#{{/unless}} [{{title}}]({{href}})
  {{else}}
    ## {{title}}
  {{/if}}

  {{#if tag}}
    {{niceDate}}
  {{/if}}

  {{#if summary}}
    {{summary}}
  {{/if}}

  {{#each merges}}
    - {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}}{{#if href}} [`#{{id}}`]({{href}}){{/if}} ({{author}})
  {{/each}}
  {{#each fixes}}
    - {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}}  ({{author}})
  {{/each}}
  {{#each commits}}
    - {{#if breaking}}**Breaking change:** {{/if}}{{subject}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}  ({{author}})
  {{/each}}

{{/each}}

{{#unless options.hideCredit}}
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
{{/unless}}
