Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
vidavidorra-release committed Jun 22, 2023
1 parent 1b0d163 commit d009264
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vidavidorra/commitlint-config",
"version": "4.0.20",
"version": "5.0.0-beta.1",
"description": "commitlint configuration.",
"keywords": [
"commitlint",
Expand Down

0 comments on commit d009264

Please sign in to comment.