diff --git a/package-lock.json b/package-lock.json index bfdd8d0..7f6857b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21298,7 +21298,7 @@ }, "packages/commitlint-config": { "name": "@strv/commitlint-config", - "version": "3.0.0", + "version": "4.0.0", "license": "BSD-3-Clause", "dependencies": { "@commitlint/config-conventional": "^19.6.0", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 0cf1a24..9ae1449 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@3.0.0...@strv/commitlint-config@4.0.0) (2025-01-13) + + +### Features + +* upgrade commitlint-config plugins ([3673daf](https://github.com/strvcom/code-quality-tools/commit/3673daf7e6ca3ae01a460696bf1b03ffbc13ac22)) + + +### BREAKING CHANGES + +* The rulesets' version change is semver-major. + + + + + # [3.0.0](https://github.com/strvcom/code-quality-tools/compare/@strv/commitlint-config@2.2.0...@strv/commitlint-config@3.0.0) (2024-02-16) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 8bd3257..85e0fc1 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,7 +1,7 @@ { "name": "@strv/commitlint-config", "description": "STRV's ESLint config for commitlint", - "version": "3.0.0", + "version": "4.0.0", "author": "Pavel Prichodko ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues"