From 7f8f94548c5fc992ff4081ead13857a8067f4797 Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Thu, 8 Nov 2018 11:02:53 +0000 Subject: [PATCH] 1.9.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ebcc41..c6561b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.9.0](https://github.com/CookPete/auto-changelog/compare/v1.8.1...v1.9.0) + +> 8 November 2018 + +- Add support for azure devops and visualstudio.com [`#72`](https://github.com/CookPete/auto-changelog/pull/72) +- Bump packages [`#56`](https://github.com/CookPete/auto-changelog/pull/56) [`#60`](https://github.com/CookPete/auto-changelog/pull/60) [`#61`](https://github.com/CookPete/auto-changelog/pull/61) +- Add --tag-pattern option [`#70`](https://github.com/CookPete/auto-changelog/pull/70) +- Add support for .auto-changelog config [`#66`](https://github.com/CookPete/auto-changelog/pull/66) +- Add --release-summary option [`#69`](https://github.com/CookPete/auto-changelog/issues/69) +- Add tests for `.auto-changelog` feature [`17b0926`](https://github.com/CookPete/auto-changelog/commit/17b09269fa5603e0be7f5ffe5ce67996f7cf4176) +- Add tests for sortReleases [`9d80b9d`](https://github.com/CookPete/auto-changelog/commit/9d80b9d8a7dfcb5f0db37dad1fa8757e3124c564) +- Fix quote style [`5c18eda`](https://github.com/CookPete/auto-changelog/commit/5c18edaebff560e3e982a8d58ee7473f24b6be24) + #### [v1.8.1](https://github.com/CookPete/auto-changelog/compare/v1.8.0...v1.8.1) > 8 October 2018 diff --git a/package.json b/package.json index a857458f..27b145e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "1.8.1", + "version": "1.9.0", "description": "Command line tool for generating a changelog from git tags and commit history", "bin": { "auto-changelog": "./lib/index.js"