Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jan 2, 2016
1 parent 99927a9 commit a6b828f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,42 @@ All notable changes to this project will be documented in this file. This projec
Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)


### [v0.2.1](https://github.com/CookPete/auto-changelog/compare/v0.2.0...v0.2.1)
#### [v0.2.2](https://github.com/CookPete/auto-changelog/compare/v0.2.1...v0.2.2)
> 2 January 2016
* [`0008264`](https://github.com/CookPete/auto-changelog/commit/0008264bcabddf8d2b6b19fde7aa41b0de7a5b77): Replace toLocaleString usage with months array
* Update templating logic [`12c0624`](https://github.com/CookPete/auto-changelog/commit/12c0624e7e419a70bd5f3b403d7e0bd8f23ec617)
* Add a commit-only release to test data [`99927a9`](https://github.com/CookPete/auto-changelog/commit/99927a9b2126e656f70964f303a477aa4a5f811b)
* More sensible formatDate [`db92947`](https://github.com/CookPete/auto-changelog/commit/db92947e6129cc20cd7777b7ed90b2bd547918c0)


### [v0.2.0](https://github.com/CookPete/auto-changelog/compare/v0.1.1...v0.2.0)
#### [v0.2.1](https://github.com/CookPete/auto-changelog/compare/v0.2.0...v0.2.1)
> 2 January 2016
* [`369b51e`](https://github.com/CookPete/auto-changelog/commit/369b51e9ff05bccba19cd09d9d519bca579bf972): Add support for specifying templates
* [`9351ad0`](https://github.com/CookPete/auto-changelog/commit/9351ad0b5f6e7f59e1b51b1c7ea1a3e7720dfbbc): Add FAQ to readme
* [`c6bfb0b`](https://github.com/CookPete/auto-changelog/commit/c6bfb0be0b429ce7f9697eb1097ec3e2288aff74): Rearrange usage docs
* Replace toLocaleString usage with months array [`0008264`](https://github.com/CookPete/auto-changelog/commit/0008264bcabddf8d2b6b19fde7aa41b0de7a5b77)


### [v0.1.1](https://github.com/CookPete/auto-changelog/compare/v0.1.0...v0.1.1)
#### [v0.2.0](https://github.com/CookPete/auto-changelog/compare/v0.1.1...v0.2.0)
> 2 January 2016
* Add support for specifying templates [`369b51e`](https://github.com/CookPete/auto-changelog/commit/369b51e9ff05bccba19cd09d9d519bca579bf972)
* Add FAQ to readme [`9351ad0`](https://github.com/CookPete/auto-changelog/commit/9351ad0b5f6e7f59e1b51b1c7ea1a3e7720dfbbc)
* Rearrange usage docs [`c6bfb0b`](https://github.com/CookPete/auto-changelog/commit/c6bfb0be0b429ce7f9697eb1097ec3e2288aff74)


#### [v0.1.1](https://github.com/CookPete/auto-changelog/compare/v0.1.0...v0.1.1)
> 31 December 2015
* [`0a384cd`](https://github.com/CookPete/auto-changelog/commit/0a384cdeb3e9c3641fc3f655b0d9aeff58f8ebd3): Explicitly render links for PRs and issues
* [`7f12f81`](https://github.com/CookPete/auto-changelog/commit/7f12f81f06441af4c74508ccc673e7052dec8d18): Fix --package bug
* Explicitly render links for PRs and issues [`0a384cd`](https://github.com/CookPete/auto-changelog/commit/0a384cdeb3e9c3641fc3f655b0d9aeff58f8ebd3)
* Fix --package bug [`7f12f81`](https://github.com/CookPete/auto-changelog/commit/7f12f81f06441af4c74508ccc673e7052dec8d18)


### [v0.1.0](https://github.com/CookPete/auto-changelog/compare/v0.0.1...v0.1.0)
#### [v0.1.0](https://github.com/CookPete/auto-changelog/compare/v0.0.1...v0.1.0)
> 31 December 2015
* Fixed [#1](https://github.com/CookPete/auto-changelog/issues/1): Add option for specifying output file
* Add option for specifying output file [`#1`](https://github.com/CookPete/auto-changelog/issues/1)


### v0.0.1
#### v0.0.1
> 31 December 2015
* [`436b409`](https://github.com/CookPete/auto-changelog/commit/436b409bb6b3f853d14e2eda6ca1d87f78d00a14): First commit
* First commit [`436b409`](https://github.com/CookPete/auto-changelog/commit/436b409bb6b3f853d14e2eda6ca1d87f78d00a14)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-changelog",
"version": "0.2.1",
"version": "0.2.2",
"description": "Command line tool for generating a changelog from git tags and commit history",
"bin": {
"auto-changelog": "./lib/index.js"
Expand Down

0 comments on commit a6b828f

Please sign in to comment.