diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e80d45..cdc92b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [5.0.0-beta.1](https://github.com/vidavidorra/commitlint-config/compare/v4.0.20...v5.0.0-beta.1) (2023-06-22) + +### ⚠ BREAKING CHANGES + +- drop support for Node.js v14 which is EOL + +### Features + +- drop support for Node.js v14 which is EOL ([07bba70](https://github.com/vidavidorra/commitlint-config/commit/07bba708a4dfc43eb2e96ac6c56ca5663540d582)) + +### Code Refactoring + +- change to ES module, export is still an CommonJS module as that's required by commitlint ([07f38fe](https://github.com/vidavidorra/commitlint-config/commit/07f38fe78624274902fc8a4bc7ed9d6fa77f2f1d)) + +### Continuous Integration + +- **commitlint:** disable body and footer max line length rules ([1b0d163](https://github.com/vidavidorra/commitlint-config/commit/1b0d163d5709de2351195945ef8969f568ce5e43)) + ## [4.0.20](https://github.com/vidavidorra/commitlint-config/compare/v4.0.19...v4.0.20) (2023-06-20) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c373350c..ef3998b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/commitlint-config", - "version": "4.0.20", + "version": "5.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vidavidorra/commitlint-config", - "version": "4.0.20", + "version": "5.0.0-beta.1", "license": "GPL-3.0-or-later", "dependencies": { "@commitlint/config-conventional": "17.6.5", diff --git a/package.json b/package.json index 1445c211..933d8832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/commitlint-config", - "version": "4.0.20", + "version": "5.0.0-beta.1", "description": "commitlint configuration.", "keywords": [ "commitlint",