From ef84115a74027bda48c2a35b352ef6ec7f233371 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 17 Jul 2021 15:29:45 +0000 Subject: [PATCH] chore(release): publish 4.1.0 [skip-ci] --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1d630..48ffed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0](https://github.com/wagoid/commitlint-github-action/compare/v4.0.3...v4.1.0) (2021-07-17) + + +### Features + +* officially support commitlint-plugin-function-rules ([d6d6fc0](https://github.com/wagoid/commitlint-github-action/commit/d6d6fc0ae0ec45f7b495ae44a78ec5499877ae0d)), closes [#196](https://github.com/wagoid/commitlint-github-action/issues/196) + ### [4.0.3](https://github.com/wagoid/commitlint-github-action/compare/v4.0.2...v4.0.3) (2021-07-17) diff --git a/action.yml b/action.yml index 4a46e6e..34f3b6b 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.0.3 + image: docker://wagoid/commitlint-github-action:4.1.0 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index 26ad945..13f2317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "commitlint-github-action", - "version": "4.0.3", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.3", + "version": "4.1.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 7df1425..49c5a15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "4.0.3", + "version": "4.1.0", "description": "commitlint github action", "private": true, "main": "./dist/run.js",