Skip to content

Commit

Permalink
chore(changelog): add changelog for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Feb 11, 2014
1 parent b8ac6fa commit 6564c5f
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
<a name="1.0.0"></a>
## 1.1.0 (2014-02-11)


#### Bug Fixes

* make changelog work if no githubRepo specified ([890aac96](https://github.com/btford/grunt-conventional-changelog/commit/890aac9682dc4e4a46a7bd247f103e267c615d94))
* append if prepend set to false ([bdc56349](https://github.com/btford/grunt-conventional-changelog/commit/bdc563498d21de2be468c38ed3791825f4646146))
* Write whether file exists or not ([a2f663c0](https://github.com/btford/grunt-conventional-changelog/commit/a2f663c0c08bd7cbc6316389d89d6c327b0bd7db))
* **changelog:** cannot generate changelog for first tag () ([706a284b](https://github.com/btford/grunt-conventional-changelog/commit/706a284b531719f2bad7a0f9b4bbbd842af47909), closes [#27](https://github.com/btford/grunt-conventional-changelog/issues/27))


#### Features

* parse multiple "Closes" definitions ([57e93d77](https://github.com/btford/grunt-conventional-changelog/commit/57e93d77de638d7701d6df837f216ca79ccf18fa))
* parse Closes/Fixes from subject ([8bcd7a39](https://github.com/btford/grunt-conventional-changelog/commit/8bcd7a39c2e32cad775af874d26ec91cb56a3a4e))
* replace with the changelog task from karma ([25a01c7c](https://github.com/btford/grunt-conventional-changelog/commit/25a01c7c7e55bcc2f87fb34e850b6c254f70ee7f))
* **validator:**
* allow 100 characters in commit message () ([9982d897](https://github.com/btford/grunt-conventional-changelog/commit/9982d89753137d474b28d525bf323798dc7210f6), closes [#28](https://github.com/btford/grunt-conventional-changelog/issues/28))
* show list of available types on error ([4aee5b8e](https://github.com/btford/grunt-conventional-changelog/commit/4aee5b8ed457b95e2b084661aa52335f290216f5))


#### Breaking Changes

* `options.github` no longer supported. Use the
`repository` option instead.

To migrate, change the following:

```js
options: {
github: 'me/project'
}
```

To:

```js
options: {
repository: 'https://github.com/me/project'
}
```
([caa14d69](https://github.com/btford/grunt-conventional-changelog/commit/caa14d694ed14b0ec322e85533cf4e350136e501))


<a name="v1.0.0"></a>
## v1.0.0 (2013-07-17)

Expand Down

1 comment on commit 6564c5f

@clakech
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.0 changelog and 1.0.0 have multiple duplicated lines, is it normal ?

Please sign in to comment.