From 59203cb6ee1ce85035e6fe7b3aa878cf80653739 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 17 Jul 2021 20:02:08 +0000 Subject: [PATCH] chore(release): publish 4.1.1 [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 48ffed2..4d002d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.1.1](https://github.com/wagoid/commitlint-github-action/compare/v4.1.0...v4.1.1) (2021-07-17) + ## [4.1.0](https://github.com/wagoid/commitlint-github-action/compare/v4.0.3...v4.1.0) (2021-07-17) diff --git a/action.yml b/action.yml index 34f3b6b..ef2ca74 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ outputs: description: The error and warning messages for each one of the analyzed commits runs: using: docker - image: docker://wagoid/commitlint-github-action:4.1.0 + image: docker://wagoid/commitlint-github-action:4.1.1 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 4be32ef..3a2e63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "commitlint-github-action", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.1.0", + "version": "4.1.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 326dc1b..78d5d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "4.1.0", + "version": "4.1.1", "description": "commitlint github action", "private": true, "main": "./dist/run.js",