Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Jun 23, 2013
1 parent de15bde commit 845a1e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# 0.1.2 (2013-06-23)



## Bug fixes
### log

* correctly generate links to GitHub commits ([de15bde5](https://github.com/btford/grunt-conventional-changelog/commit/de15bde5))




# 0.1.1 (2013-06-11)



## Bug fixes
### task

* Fix shelljs dependency problem ([2db8cf96](https://github.com/btford/grunt-conventional-changelog/commits/2db8cf96))
* Fix shelljs dependency problem ([2db8cf96](https://github.com/btford/grunt-conventional-changelog/commit/2db8cf96))



Expand All @@ -15,30 +27,30 @@
## Features
### log

* dogfooding - this task uses itself to generate its own changelogs ([746e9ffc](https://github.com/btford/grunt-conventional-changelog/commits/746e9ffc))
* dogfooding - this task uses itself to generate its own changelogs ([746e9ffc](https://github.com/btford/grunt-conventional-changelog/commit/746e9ffc))

* Add breaking changes section ([04ecfceb](https://github.com/btford/grunt-conventional-changelog/commits/04ecfceb))
* Add breaking changes section ([04ecfceb](https://github.com/btford/grunt-conventional-changelog/commit/04ecfceb))

* Add smart 'github' option for commit links ([6ac1083a](https://github.com/btford/grunt-conventional-changelog/commits/6ac1083a))
* Add smart 'github' option for commit links ([6ac1083a](https://github.com/btford/grunt-conventional-changelog/commit/6ac1083a))

### changelog

* allow 'version' option, to use instead of 'pkg.version' ([4a06569a](https://github.com/btford/grunt-conventional-changelog/commits/4a06569a))
* allow 'version' option, to use instead of 'pkg.version' ([4a06569a](https://github.com/btford/grunt-conventional-changelog/commit/4a06569a))

* Allow 'enforce' option: Adds a git hook for commit conventions ([1cbe92cf](https://github.com/btford/grunt-conventional-changelog/commits/1cbe92cf))
* Allow 'enforce' option: Adds a git hook for commit conventions ([1cbe92cf](https://github.com/btford/grunt-conventional-changelog/commit/1cbe92cf))



## Bug fixes
### gruntfile

* load package.json ([8c4cb685](https://github.com/btford/grunt-conventional-changelog/commits/8c4cb685))
* load package.json ([8c4cb685](https://github.com/btford/grunt-conventional-changelog/commit/8c4cb685))

### task

* version regex now matches the commit messages created by `npm version` by default ([db3985d2](https://github.com/btford/grunt-conventional-changelog/commits/db3985d2))
* version regex now matches the commit messages created by `npm version` by default ([db3985d2](https://github.com/btford/grunt-conventional-changelog/commit/db3985d2))

* fix issue when no changelog exist yet ([c1a31f56](https://github.com/btford/grunt-conventional-changelog/commits/c1a31f56))
* fix issue when no changelog exist yet ([c1a31f56](https://github.com/btford/grunt-conventional-changelog/commit/c1a31f56))



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": "grunt-conventional-changelog",
"version": "0.1.1",
"version": "0.1.2",
"description": "Generate a markdown changelog from git commit data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 845a1e5

Please sign in to comment.