From 4be5249520a41c8d795c40c0a7aac1bc2b2ff9c3 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:53:04 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc47a6ea..efafcda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 91163334..8241b8d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/commitlint-config", - "version": "5.0.2", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/commitlint-config", - "version": "5.0.2", + "version": "6.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@commitlint/config-conventional": "17.6.5", diff --git a/package.json b/package.json index c3be12d2..1f2e6456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/commitlint-config", - "version": "5.0.2", + "version": "6.0.0", "description": "commitlint configuration.", "keywords": [ "commitlint",