Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
vidavidorra-release[bot] committed Dec 26, 2023
1 parent e5c2677 commit 4be5249
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [6.0.0](https://github.com/vidavidorra/commitlint-config/compare/v5.0.2...v6.0.0) (2023-12-26)

### ⚠ BREAKING CHANGES

- require Node.js 18 minimum

### Features

- require Node.js 18 minimum ([e5c2677](https://github.com/vidavidorra/commitlint-config/commit/e5c2677908fc246b7697c3ce8a073cc96b064c9b))

### Build System

- change module from `ES2022` to `Node16` in TSConfig ([2c83d6e](https://github.com/vidavidorra/commitlint-config/commit/2c83d6ebfe01b1aa45099252c242c53704ed92ba))

### Continuous Integration

- fail `format` scripts on a warning ([00e1192](https://github.com/vidavidorra/commitlint-config/commit/00e11925eecdee8ce9c41abbfc8f74328973342c))
- rename `build` workflow to `ci-cd` ([7ff7a14](https://github.com/vidavidorra/commitlint-config/commit/7ff7a14f06d461c18ac6cf8fce741b3ebe86b556))

## [5.0.2](https://github.com/vidavidorra/commitlint-config/compare/v5.0.1...v5.0.2) (2023-06-22)

### 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": "5.0.2",
"version": "6.0.0",
"description": "commitlint configuration.",
"keywords": [
"commitlint",
Expand Down

0 comments on commit 4be5249

Please sign in to comment.