diff --git a/CHANGELOG.md b/CHANGELOG.md index ede050d0..3f689ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 5.4.4 (2023-11-01) + ## 5.4.3 (2023-07-23) ## 5.4.2 (2023-07-22) diff --git a/action.yml b/action.yml index 229535d5..ec49176f 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ outputs: description: The error and warning messages for each one of the analyzed commits runs: using: docker - image: docker://wagoid/commitlint-github-action:5.4.3 + image: docker://wagoid/commitlint-github-action:5.4.4 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 11bac3d9..5ea082a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commitlint-github-action", - "version": "5.4.3", + "version": "5.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commitlint-github-action", - "version": "5.4.3", + "version": "5.4.4", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ebf5bac3..69add690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "5.4.3", + "version": "5.4.4", "description": "commitlint github action", "private": true, "main": "./dist/run.js",