From e94a2173af4c45a258860ad8323bae2080d868d4 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 30 Nov 2021 09:27:12 +0000 Subject: [PATCH] chore(release): v3.10.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfcc9e5..56a8e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.10.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.9...v3.10.0) (2021-11-30) + + +### Features + +* Added option ([d9201c2](https://github.com/TriPSs/conventional-changelog-action/commit/d9201c2107f9c691396768f75fe261ad3588b413)) + + + ## [3.9.9](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.8...v3.9.9) (2021-10-05) @@ -34,12 +43,3 @@ -## [3.9.5](https://github.com/TriPSs/conventional-changelog-action/compare/v3.9.4...v3.9.5) (2021-10-05) - - -### Bug Fixes - -* Retry again with the node_modules ([949ce5e](https://github.com/TriPSs/conventional-changelog-action/commit/949ce5e5a6447f5232585b381468821acbf713f2)) - - - diff --git a/package.json b/package.json index 49281b7..0543476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.9.9", + "version": "3.10.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",