6.1.0 (2016-02-13)
Features
- debug: use conventional-changelog 1.1.0 and enable debug (ecbaf63)
6.0.1 (2016-02-11)
Bug Fixes
- log: should say "Modified" how many files (15f7955)
6.0.0 (2016-02-11)
Bug Fixes
- concat: make sure the encoding is always buffer (75fc4ee)
- error: attach handler to the stream (a54a194)
Chores
- deps: bump (0320cba)
BREAKING CHANGES
- deps: Using conventional-changelog v1.
5.0.0 (2015-09-30)
Features
- deps: bump (bacd631)
BREAKING CHANGES
- deps: Use conventional-changelog^0.5.0
4.1.0 (2015-08-15)
deps: use conventional-changelog@0.4.0
4.0.0 (2015-08-09)
Features
- deps: use conventional-changelog@0.3.0 (cc51971)
3.0.0 (2015-07-24)
Features
- deps: bump conventional-changelog to ^0.2.1 and use new api (88212f8)
2.0.2 (2015-07-22)
2.0.1 (2015-07-20)
Bug Fixes
- warn: pass in warn (04873db)
2.0.0 (2015-07-20)
Features
- deprecated: remove deprecated code (631ce49)
- grunt: make this a multi task (4c6f3a0)
- package: add more keywords and fix description (4cd34d7)
- use conventional-changelog@0.1.0 (c1a6ede), closes #43 #50
BREAKING CHANGES
- conventional-changelog@0.1.0 is rewritten and so is this module. No backward compatibility. Checkout the docs for more info.
<a name"1.2.2">
1.2.2 (2015-05-02)
Bug Fixes
- dest: do not ignore
options.dest
(1dbf0a8c, closes #55) - grunt: bump task should work properly (488bb2eb)
<a name"1.2.1">
1.2.1 (2015-04-03)
Bump conventional-changelog to v0.0.17
<a name"1.2.0">
1.2.0 (2015-03-31)
Bug Fixes
Breaking Changes
- This module no longer reads your package.json to find version and repository. This logic is moved to conventional-changelog. We want to make this one a pure grunt wrapper.
(0f9562ff)
1.1.0 (2014-02-11)
Bug Fixes
- make changelog work if no githubRepo specified (890aac96)
- append if prepend set to false (bdc56349)
- Write whether file exists or not (a2f663c0)
- changelog: cannot generate changelog for first tag () (706a284b, closes #27)
Features
- parse multiple "Closes" definitions (57e93d77)
- parse Closes/Fixes from subject (8bcd7a39)
- replace with the changelog task from karma (25a01c7c)
- validator:
Breaking Changes
options.github
no longer supported. Use therepository
option instead.
To migrate, change the following:
options: {
github: 'me/project'
}
To:
options: {
repository: 'https://github.com/me/project'
}
(caa14d69)
v1.0.0 (2013-07-17)
Bug Fixes
Features
- parse multiple "Closes" definitions (57e93d77)
- parse Closes/Fixes from subject (8bcd7a39)
- replace with the changelog task from karma (25a01c7c)
v0.1.2 (2013-06-23)
Bug Fixes
- log: correctly generate links to GitHub commits (de15bde5)
v0.1.1 (2013-06-11)
Bug Fixes
- task: Fix shelljs dependency problem (2db8cf96)
v0.1.0 (2013-05-30)
Bug Fixes
- gruntfile: load package.json (8c4cb685)
- task:
Features
- changelog:
- log:
v0.0.12 (2013-04-06)
Features
- log: automatically split notes based on release version (5545fe45)
- readme: improve the readme (0aeec479)