From 054396df1aa37d11c5f6a628f61416ec7bb6f5df Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Jun 2022 10:12:56 +0000 Subject: [PATCH] chore(release): publish 4.1.13 [skip-ci] --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92dcb6e..2152452 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.13](https://github.com/wagoid/commitlint-github-action/compare/v4.1.12...v4.1.13) (2022-06-16) + ### [4.1.12](https://github.com/wagoid/commitlint-github-action/compare/v4.1.11...v4.1.12) (2022-05-07) diff --git a/package-lock.json b/package-lock.json index bf9ad18..aa34382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "commitlint-github-action", - "version": "4.1.12", + "version": "4.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.1.12", + "version": "4.1.13", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ae51d09..d6e5263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "4.1.12", + "version": "4.1.13", "description": "commitlint github action", "private": true, "main": "./dist/run.js",