From 5ce82f5d814d4010519d15f0552aec4f17a1e1fe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Jan 2024 12:19:47 +0000 Subject: [PATCH] chore(release): publish 5.4.5 [skip-ci] --- CHANGELOG.md | 2 ++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f689ca7..6f18f4ec 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 ec49176f..bac75f50 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 5ea082a7..5ad4ba9f 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 69add690..07b217df 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",