Skip to content

Commit 4be5249

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.2...v6.0.0) (2023-12-26) ### ⚠ BREAKING CHANGES * require Node.js 18 minimum ### Features * require Node.js 18 minimum ([e5c2677](e5c2677)) ### Build System * change module from `ES2022` to `Node16` in TSConfig ([2c83d6e](2c83d6e)) ### Continuous Integration * fail `format` scripts on a warning ([00e1192](00e1192)) * rename `build` workflow to `ci-cd` ([7ff7a14](7ff7a14))
1 parent e5c2677 commit 4be5249

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [6.0.0](https://github.com/vidavidorra/commitlint-config/compare/v5.0.2...v6.0.0) (2023-12-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- require Node.js 18 minimum
6+
7+
### Features
8+
9+
- require Node.js 18 minimum ([e5c2677](https://github.com/vidavidorra/commitlint-config/commit/e5c2677908fc246b7697c3ce8a073cc96b064c9b))
10+
11+
### Build System
12+
13+
- change module from `ES2022` to `Node16` in TSConfig ([2c83d6e](https://github.com/vidavidorra/commitlint-config/commit/2c83d6ebfe01b1aa45099252c242c53704ed92ba))
14+
15+
### Continuous Integration
16+
17+
- fail `format` scripts on a warning ([00e1192](https://github.com/vidavidorra/commitlint-config/commit/00e11925eecdee8ce9c41abbfc8f74328973342c))
18+
- rename `build` workflow to `ci-cd` ([7ff7a14](https://github.com/vidavidorra/commitlint-config/commit/7ff7a14f06d461c18ac6cf8fce741b3ebe86b556))
19+
120
## [5.0.2](https://github.com/vidavidorra/commitlint-config/compare/v5.0.1...v5.0.2) (2023-06-22)
221

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

0 commit comments

Comments
 (0)