diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f689ca..6f18f4e 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.5 (2024-01-08) + ## 5.4.4 (2023-11-01) ## 5.4.3 (2023-07-23) diff --git a/action.yml b/action.yml index ec49176..bac75f5 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.4 + image: docker://wagoid/commitlint-github-action:5.4.5 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 5ea082a..5ad4ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commitlint-github-action", - "version": "5.4.4", + "version": "5.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "commitlint-github-action", - "version": "5.4.4", + "version": "5.4.5", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 69add69..07b217d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "5.4.4", + "version": "5.4.5", "description": "commitlint github action", "private": true, "main": "./dist/run.js",