From 05fc06b05ff372d7a3890bfe625d42a0d97844de Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 25 Sep 2023 16:32:11 +0000 Subject: [PATCH] chore(release): v4.1.1 [skip ci] --- CHANGELOG.md | 25 ++++++++++--------------- package.json | 2 +- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9f7274..3e17ec20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.1.1](https://github.com/TriPSs/conventional-changelog-action/compare/v4.1.0...v4.1.1) (2023-09-25) + + +### Bug Fixes + +* **#234:** do not set empty github-token as secret ([16957fa](https://github.com/TriPSs/conventional-changelog-action/commit/16957fa56f7333a3cb494b260c53708481eb5197)), closes [#234](https://github.com/TriPSs/conventional-changelog-action/issues/234) +* **#234:** extend information how to use Deploy Key to trigger on push tag workflows ([0674827](https://github.com/TriPSs/conventional-changelog-action/commit/0674827a3df59dd5cf698c35ccbb9441865fb504)), closes [#234](https://github.com/TriPSs/conventional-changelog-action/issues/234) + + + # [4.1.0](https://github.com/TriPSs/conventional-changelog-action/compare/v4.0.0...v4.1.0) (2023-09-21) @@ -39,18 +49,3 @@ -# [3.18.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.17.2...v3.18.0) (2022-11-29) - - -### Bug Fixes - -* bad reference ([a19765d](https://github.com/TriPSs/conventional-changelog-action/commit/a19765d093dc22d5007a1574c6db5d40be9ddf97)) -* output current version if there is no new ver ([b1e290f](https://github.com/TriPSs/conventional-changelog-action/commit/b1e290f44d9e4e0a29d536146cf1fb073172cf9d)) - - -### Features - -* add skip-tag to skip tagging a release ([22e862a](https://github.com/TriPSs/conventional-changelog-action/commit/22e862a0ab69410642c4182cd9ee27a23d8c63a0)) - - - diff --git a/package.json b/package.json index 7b1145c8..ec384d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "4.1.0", + "version": "4.1.1", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",