From d4977cecf775703d70c29ceeb38ffb9c63f3e74b Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Fri, 10 Apr 2020 21:37:59 +0100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa7068f..a57d1824 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). +### [v2.0.0](https://github.com/CookPete/auto-changelog/compare/v1.16.4...v2.0.0) + +> 10 April 2020 + +- Refactor codebase [`#144`](https://github.com/CookPete/auto-changelog/pull/144) +- **Breaking change:** Remove the need for core-js and building with babel [`2383380`](https://github.com/CookPete/auto-changelog/commit/23833803c4d4652a139a43bb5b6767adc604988b) +- **Breaking change:** Refactor git data fetching logic [`09325ac`](https://github.com/CookPete/auto-changelog/commit/09325aca59fff94aae0b5f457311fca1956276ac) +- Improve progress output [`a2ba4ac`](https://github.com/CookPete/auto-changelog/commit/a2ba4ac01d6dff2b2b08ac6262ffc0bbd4afdb83) + #### [v1.16.4](https://github.com/CookPete/auto-changelog/compare/v1.16.3...v1.16.4) > 2 April 2020 diff --git a/package.json b/package.json index b9751711..cfdf489b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "1.16.4", + "version": "2.0.0", "description": "Command line tool for generating a changelog from git tags and commit history", "main": "./src/index.js", "bin": {