Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Dec 21, 2017
1 parent dbb9b06 commit 3323916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.3.0](https://github.com/CookPete/auto-changelog/compare/v1.2.2...v1.3.0)
> 21 December 2017
- Add --starting-commit option [`#21`](https://github.com/CookPete/auto-changelog/issues/21)
- Add --issue-pattern option [`#18`](https://github.com/CookPete/auto-changelog/issues/18)
- Add --latest-version option [`#17`](https://github.com/CookPete/auto-changelog/issues/17)
- Override package options with command line options [`beef893`](https://github.com/CookPete/auto-changelog/commit/beef89343d95022b14a415b0188c0c2a36bd25af)
- Update tests [`819fe7d`](https://github.com/CookPete/auto-changelog/commit/819fe7d9c311ce8899206847bf901fa5e8a48055)

#### [v1.2.2](https://github.com/CookPete/auto-changelog/compare/v1.2.1...v1.2.2)
> 5 December 2017
- Fix error when using --unreleased flag [`#16`](https://github.com/CookPete/auto-changelog/issues/16)
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": "auto-changelog",
"version": "1.2.2",
"version": "1.3.0",
"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 3323916

Please sign in to comment.