diff --git a/CHANGELOG.md b/CHANGELOG.md index 110aed2..9c84e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [5.0.0](https://github.com/wagoid/commitlint-github-action/compare/v4.1.15...v5.0.0) (2022-06-16) + + +### ⚠ BREAKING CHANGES + +* chore: rename circleci windows job +* requires lerna v5 + +### Features + +* upgrade [@commitlint](https://github.com/commitlint) packages ([91c000c](https://github.com/wagoid/commitlint-github-action/commit/91c000c1e080c9c04bf3c2c139acf4a8cd2f98c9)) + ### [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) diff --git a/package-lock.json b/package-lock.json index 1547daa..efd47e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "commitlint-github-action", - "version": "4.1.15", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.1.15", + "version": "5.0.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index c3c4c72..c9dd4d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "4.1.15", + "version": "5.0.0", "description": "commitlint github action", "private": true, "main": "./dist/run.js",