From 4ac883029e01f57d1b57605614b36836e42ce3ca Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Fri, 3 Jul 2020 21:15:24 +0100 Subject: [PATCH] 2.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea52d50..42aa86a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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). +#### [v2.2.0](https://github.com/CookPete/auto-changelog/compare/v2.1.0...v2.2.0) + +> 3 July 2020 + +- add --prepend option as altenative to prepend-token [`#172`](https://github.com/CookPete/auto-changelog/pull/172) +- Fix bug when no existing tags [`#170`](https://github.com/CookPete/auto-changelog/issues/170) + #### [v2.1.0](https://github.com/CookPete/auto-changelog/compare/v2.0.0...v2.1.0) > 14 June 2020 diff --git a/package.json b/package.json index 101598e4..8b20dc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "2.1.0", + "version": "2.2.0", "description": "Command line tool for generating a changelog from git tags and commit history", "main": "./src/index.js", "bin": {