From 8118086024a5380b05b0d54ed2181516082e090f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 21 Sep 2023 06:57:38 +0000 Subject: [PATCH] chore(release): v4.1.0 [skip ci] --- CHANGELOG.md | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5c4aa2..3e9f7274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.1.0](https://github.com/TriPSs/conventional-changelog-action/compare/v4.0.0...v4.1.0) (2023-09-21) + + +### Features + +* elixir support ([e669b12](https://github.com/TriPSs/conventional-changelog-action/commit/e669b12b9395bcb967ca5674c03ed7d6364ce675)) + + + # [4.0.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.19.0...v4.0.0) (2023-08-02) @@ -45,14 +54,3 @@ -## [3.17.2](https://github.com/TriPSs/conventional-changelog-action/compare/v3.17.1...v3.17.2) (2022-11-23) - - -### Bug Fixes - -* add testcase for new + pre-release ([fc4c16d](https://github.com/TriPSs/conventional-changelog-action/commit/fc4c16dd9b531599647b491bd1bbb118f6cd24c6)) -* honour pre-release flag for default version ([e63e00c](https://github.com/TriPSs/conventional-changelog-action/commit/e63e00c563bd7191db28f0e8c5308adc2bd840c6)) -* simplify logic fallback version logic, remove default from action.yaml ([ecddc26](https://github.com/TriPSs/conventional-changelog-action/commit/ecddc262291a3d768c04c52d31af23d1cf2e6d84)) - - - diff --git a/package.json b/package.json index e6115d46..7b1145c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "4.0.0", + "version": "4.1.0", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",