Skip to content

Commit f3883d2

Browse files
author
vidavidorra-release
committed
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.20...v5.0.0) (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)) ### Bug Fixes * **deps:** update dependency commitlint-plugin-function-rules to v2.0.1 ([8832c11](8832c11)) ### 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)) * include Node.js v20 in testing and drop, almost EOL, v19 ([34b912c](34b912c))
1 parent d5723ab commit f3883d2

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [5.0.0](https://github.com/vidavidorra/commitlint-config/compare/v4.0.20...v5.0.0) (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+
### Bug Fixes
12+
13+
- **deps:** update dependency commitlint-plugin-function-rules to v2.0.1 ([8832c11](https://github.com/vidavidorra/commitlint-config/commit/8832c1103a0fd32079f37e71cf27aa3445d0c302))
14+
15+
### Code Refactoring
16+
17+
- 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))
18+
19+
### Continuous Integration
20+
21+
- **commitlint:** disable body and footer max line length rules ([1b0d163](https://github.com/vidavidorra/commitlint-config/commit/1b0d163d5709de2351195945ef8969f568ce5e43))
22+
- include Node.js v20 in testing and drop, almost EOL, v19 ([34b912c](https://github.com/vidavidorra/commitlint-config/commit/34b912c412011b8c5018f184cf9023c6c66f450e))
23+
124
## [5.0.0-beta.3](https://github.com/vidavidorra/commitlint-config/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2023-06-22)
225

326
### 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": "5.0.0-beta.3",
3+
"version": "5.0.0",
44
"description": "commitlint configuration.",
55
"keywords": [
66
"commitlint",

0 commit comments

Comments
 (0)