Skip to content

Commit d009264

Browse files
author
vidavidorra-release
committed
chore(release): 5.0.0-beta.1 [skip ci]
## [5.0.0-beta.1](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](07bba70)) ### Code Refactoring * change to ES module, export is still an CommonJS module as that's required by commitlint ([07f38fe](07f38fe)) ### Continuous Integration * **commitlint:** disable body and footer max line length rules ([1b0d163](1b0d163))
1 parent 1b0d163 commit d009264

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [5.0.0-beta.1](https://github.com/vidavidorra/commitlint-config/compare/v4.0.20...v5.0.0-beta.1) (2023-06-22)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- drop support for Node.js v14 which is EOL
6+
7+
### Features
8+
9+
- drop support for Node.js v14 which is EOL ([07bba70](https://github.com/vidavidorra/commitlint-config/commit/07bba708a4dfc43eb2e96ac6c56ca5663540d582))
10+
11+
### Code Refactoring
12+
13+
- 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))
14+
15+
### Continuous Integration
16+
17+
- **commitlint:** disable body and footer max line length rules ([1b0d163](https://github.com/vidavidorra/commitlint-config/commit/1b0d163d5709de2351195945ef8969f568ce5e43))
18+
119
## [4.0.20](https://github.com/vidavidorra/commitlint-config/compare/v4.0.19...v4.0.20) (2023-06-20)
220

321
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vidavidorra/commitlint-config",
3-
"version": "4.0.20",
3+
"version": "5.0.0-beta.1",
44
"description": "commitlint configuration.",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)