From dd734f74fce61a6e02f821ee1b5930bc79a23534 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 5 Jan 2024 13:00:12 +0000 Subject: [PATCH] chore(release): v5.1.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a592196..5a8876df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.1.0](https://github.com/TriPSs/conventional-changelog-action/compare/v5.0.0...v5.1.0) (2024-01-05) + + +### Features + +* Include `conventionalcommits` in pre-compiled presets ([f56dffa](https://github.com/TriPSs/conventional-changelog-action/commit/f56dffaed0e9d183ad37733b382170cb3f9457a4)), closes [#246](https://github.com/TriPSs/conventional-changelog-action/issues/246) + + + # [5.0.0](https://github.com/TriPSs/conventional-changelog-action/compare/v4.1.1...v5.0.0) (2023-12-28) @@ -47,12 +56,3 @@ -# [3.19.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.18.1...v3.19.0) (2023-06-22) - - -### Features - -* Add 'infile' option ([a858fad](https://github.com/TriPSs/conventional-changelog-action/commit/a858fade68261d33b8c91977bbe3c77f1d39521d)) - - - diff --git a/package.json b/package.json index 76fc0f8a..f0368244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "5.0.0", + "version": "5.1.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",