From d378d4af4bf6850d24e427fdc107be6d3725c559 Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Sat, 31 Aug 2019 13:46:49 +0100 Subject: [PATCH] 1.16.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff582e02..0af19aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.16.0](https://github.com/CookPete/auto-changelog/compare/v1.15.0...v1.16.0) + +> 31 August 2019 + +- Add --commit-url, --merge-url and --compare-url options [`#93`](https://github.com/CookPete/auto-changelog/issues/93) +- Bump packages [`84a1bda`](https://github.com/CookPete/auto-changelog/commit/84a1bdadc21926b16df39886c2f2d799a92bd64f) +- Update readme [`a04c0ff`](https://github.com/CookPete/auto-changelog/commit/a04c0ff7a894aaf55627ba6decb8f7e07aea7479) +- Lint fixes [`7d3c25a`](https://github.com/CookPete/auto-changelog/commit/7d3c25afad1f49da8bb38df915f2430514da2d53) + #### [v1.15.0](https://github.com/CookPete/auto-changelog/compare/v1.14.1...v1.15.0) > 13 August 2019 diff --git a/package.json b/package.json index 0c7886a5..727fcc5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "1.15.0", + "version": "1.16.0", "description": "Command line tool for generating a changelog from git tags and commit history", "main": "./lib/index.js", "bin": {