From 93fa15ee545ba2b0e3b6b83ed947bd143662a74c Mon Sep 17 00:00:00 2001 From: escapedcat Date: Wed, 14 Feb 2024 10:47:59 +0100 Subject: [PATCH] v18.6.2 --- @commitlint/config-conventional/CHANGELOG.md | 11 +++++++++++ @commitlint/config-conventional/package.json | 2 +- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index ae29a5d238..37dae6ed1f 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14) + + +### Bug Fixes + +* **config-conventional:** use default export ([#3911](https://github.com/conventional-changelog/commitlint/issues/3911)) ([bc48408](https://github.com/conventional-changelog/commitlint/commit/bc4840832f9484186d3281d13ab5e0b4f9f63113)) + + + + + ## [18.6.1](https://github.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13) **Note:** Version bump only for package @commitlint/config-conventional diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index ca55f01332..0e97fb4056 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "18.6.1", + "version": "18.6.2", "description": "Shareable commitlint config enforcing conventional commits", "main": "lib/index.js", "exports": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac1a638d6..cf4299b4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.6.2](https://github.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2) (2024-02-14) + + +### Bug Fixes + +* **config-conventional:** use default export ([#3911](https://github.com/conventional-changelog/commitlint/issues/3911)) ([bc48408](https://github.com/conventional-changelog/commitlint/commit/bc4840832f9484186d3281d13ab5e0b4f9f63113)) + + + + + ## [18.6.1](https://github.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13) diff --git a/lerna.json b/lerna.json index aa0411ed8e..9caf4b583a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "4", "npmClient": "yarn", "useWorkspaces": true, - "version": "18.6.1" + "version": "18.6.2" }