diff --git a/CHANGELOG.md b/CHANGELOG.md index 40455d32..110aed24 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.15](https://github.com/wagoid/commitlint-github-action/compare/v4.1.14...v4.1.15) (2022-06-16) + ### [4.1.14](https://github.com/wagoid/commitlint-github-action/compare/v4.1.13...v4.1.14) (2022-06-16) ### [4.1.13](https://github.com/wagoid/commitlint-github-action/compare/v4.1.12...v4.1.13) (2022-06-16) diff --git a/package-lock.json b/package-lock.json index 029314a3..150a93b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "commitlint-github-action", - "version": "4.1.14", + "version": "4.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.1.14", + "version": "4.1.15", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index e545b18f..4cce8dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "4.1.14", + "version": "4.1.15", "description": "commitlint github action", "private": true, "main": "./dist/run.js",