From 6addbe3559d61652091b7eed5b9ba8d85bdfcdd2 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 8 May 2020 10:16:20 +0000 Subject: [PATCH] chore(release): v2.3.2 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5e8e9..e3fa69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.2](https://github.com/TriPSs/conventional-changelog-action/compare/v2.3.1...v2.3.2) (2020-05-08) + + +### Bug Fixes + +* Fixes for CI ([093fc9c](https://github.com/TriPSs/conventional-changelog-action/commit/093fc9c7c21c99f362e43df6c572f02b0bf6fc8e)) + + + ## [2.3.1](https://github.com/TriPSs/conventional-changelog-action/compare/v2.3.0...v2.3.1) (2020-05-08) @@ -32,12 +41,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index 42ce786..830e999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "2.3.1", + "version": "2.3.2", "description": "", "main": "index.js", "scripts": {