From baab74c4fb20bfc82c95275a5060fc9572d65eca Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 8 May 2020 07:56:46 +0000 Subject: [PATCH] chore(release): v2.2.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e0a5f0..0e942bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.1.1...v2.2.0) (2020-05-08) + + +### Features + +* Added outputs ([770b36d](https://github.com/TriPSs/conventional-changelog-action/commit/770b36d584ef48fe4e0ef7d808d18e5cb0031462)) + + + ## [2.1.1](https://github.com/TriPSs/conventional-changelog-action/compare/v2.1.0...v2.1.1) (2020-04-29) @@ -37,12 +46,3 @@ -# [1.3.0](https://github.com/TriPSs/conventional-changelog-action/compare/v1.2.0...v1.3.0) (2020-02-04) - - -### Features - -* Make the releaseCount configurable ([da75f59](https://github.com/TriPSs/conventional-changelog-action/commit/da75f5939add67131c5c804a1e2973ba6667957b)) - - - diff --git a/package.json b/package.json index 81991d7c..491a1635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "2.1.1", + "version": "2.2.0", "description": "", "main": "index.js", "scripts": {