From 727448ac84a5efb521e2fe090d73fc36bd99cd8e Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 8 May 2020 08:22:04 +0000 Subject: [PATCH] chore(release): v2.3.0 --- CHANGELOG.md | 23 +++++++++-------------- package.json | 2 +- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e942bb..f131df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.3.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.2.0...v2.3.0) (2020-05-08) + + +### Features + +* Added clean_changelog option ([7684c0e](https://github.com/TriPSs/conventional-changelog-action/commit/7684c0e755c006004c61d6a6c12e748fee34179d)) + + + # [2.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v2.1.1...v2.2.0) (2020-05-08) @@ -32,17 +41,3 @@ -# [2.0.0](https://github.com/TriPSs/conventional-changelog-action/compare/v1.3.0...v2.0.0) (2020-04-16) - - -### Code Refactoring - -* Changed int 5 to string 5 as default value ([b7d2808](https://github.com/TriPSs/conventional-changelog-action/commit/b7d28084e6d04b3b171793bfb8b28e47efb23025)) - - -### BREAKING CHANGES - -* Changed changelog-release-count to release-count - - - diff --git a/package.json b/package.json index 491a163..6bf2393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "2.2.0", + "version": "2.3.0", "description": "", "main": "index.js", "scripts": {