From 300f6dc47cc16f76d2920bdee7e3746ffab6c00e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Feb 2021 14:03:10 +0000 Subject: [PATCH] chore(release): publish 2.2.4 [skip-ci] --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9666e96..b1ccee0 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. +### [2.2.4](https://github.com/wagoid/commitlint-github-action/compare/v2.2.3...v2.2.4) (2021-02-17) + + +### Bug Fixes + +* call getOctokit function instead of removed Github constructor ([84dd768](https://github.com/wagoid/commitlint-github-action/commit/84dd7685c6e51c38415801f8ca57df0578a83059)) + ### [2.2.3](https://github.com/wagoid/commitlint-github-action/compare/v2.2.2...v2.2.3) (2021-02-15) ### [2.2.2](https://github.com/wagoid/commitlint-github-action/compare/v2.2.1...v2.2.2) (2021-02-10) diff --git a/action.yml b/action.yml index 5e9644e..f1cbe99 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:2.2.3 + image: docker://wagoid/commitlint-github-action:2.2.4 branding: icon: check-square color: blue diff --git a/package-lock.json b/package-lock.json index e86c2cf..392805b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77bed47..9f26516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "2.2.3", + "version": "2.2.4", "description": "commitlint github action", "private": true, "main": "run.js",