From d9a5b00b4edfdfa6723b66376af45530dc496ce2 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 28 Apr 2020 15:16:50 +0000 Subject: [PATCH] chore(release): v2.1.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd47f98..e7aa8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.0.1...v2.1.0) (2020-04-28) + + +### Features + +* Added the option to provide the location of the packge.json ([c18a89e](https://github.com/TriPSs/conventional-changelog-action/commit/c18a89eed164e4414b30da38013938f498abef11)) + + + ## [2.0.1](https://github.com/TriPSs/conventional-changelog-action/compare/v2.0.0...v2.0.1) (2020-04-16) @@ -55,12 +64,3 @@ -## [0.0.1](https://github.com/TriPSs/conventional-changelog-action/compare/70ed437cb42d5ad01303d98797a7988fe1266f6b...v0.0.1) (2019-10-17) - - -### Bug Fixes - -* Fixed name action.yml ([70ed437](https://github.com/TriPSs/conventional-changelog-action/commit/70ed437cb42d5ad01303d98797a7988fe1266f6b)) - - - diff --git a/package.json b/package.json index a6a6b11..04b758d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "2.0.1", + "version": "2.1.0", "description": "", "main": "index.js", "scripts": {