From dd19d7c07e5f620b2d6f48d547148a4b6b29e92f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 22 Jun 2023 10:25:14 +0000 Subject: [PATCH] chore(release): v3.19.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- node_modules/.package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc81256a..52d2e78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [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)) + + + ## [3.18.1](https://github.com/TriPSs/conventional-changelog-action/compare/v3.18.0...v3.18.1) (2023-05-18) @@ -42,12 +51,3 @@ -# [3.17.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.16.0...v3.17.0) (2022-11-02) - - -### Features - -* Add pre-release support ([14cc315](https://github.com/TriPSs/conventional-changelog-action/commit/14cc315abe788497f54c3eb3c734963ffbf6cc3e)) - - - diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5f4e4500..34868f0a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.18.1", + "version": "3.17.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1c461c05..2a1b03a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.18.1", + "version": "3.19.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",