6.1.0 (2016-02-13)
- debug: use conventional-changelog 1.1.0 and enable debug (ecbaf63)
6.0.1 (2016-02-11)
- log: should say "Modified" how many files (15f7955)
6.0.0 (2016-02-11)
- concat: make sure the encoding is always buffer (75fc4ee)
- error: attach handler to the stream (a54a194)
- deps: bump (0320cba)
- deps: Using conventional-changelog v1.
5.0.0 (2015-09-30)
- deps: bump (bacd631)
- deps: Use conventional-changelog^0.5.0
4.1.0 (2015-08-15)
deps: use [email protected]
4.0.0 (2015-08-09)
- deps: use [email protected] (cc51971)
- deps: bump conventional-changelog to ^0.2.1 and use new api (88212f8)
- warn: pass in warn (04873db)
- deprecated: remove deprecated code (631ce49)
- grunt: make this a multi task (4c6f3a0)
- package: add more keywords and fix description (4cd34d7)
- use [email protected] (c1a6ede), closes #43 #50
- [email protected] is rewritten and so is this module. No backward compatibility. Checkout the docs for more info.
<a name"1.2.2">
- dest: do not ignore
options.dest
(1dbf0a8c, closes #55) - grunt: bump task should work properly (488bb2eb)
<a name"1.2.1">
<a name"1.2.0">
- 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)
- 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)
- parse multiple "Closes" definitions (57e93d77)
- parse Closes/Fixes from subject (8bcd7a39)
- replace with the changelog task from karma (25a01c7c)
- validator:
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)
- parse multiple "Closes" definitions (57e93d77)
- parse Closes/Fixes from subject (8bcd7a39)
- replace with the changelog task from karma (25a01c7c)
- log: correctly generate links to GitHub commits (de15bde5)
- task: Fix shelljs dependency problem (2db8cf96)
- gruntfile: load package.json (8c4cb685)
- task:
- changelog:
- log: