From 3323916faaffc618841de594b8001fb12402bbff Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Thu, 21 Dec 2017 09:35:51 +0000 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2260091b..e53fcb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5022f06c..acc0a274 100644 --- a/package.json +++ b/package.json @@ -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"