From acf5458be815cb35b4d84e0725e5b9c95c175e6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Nov 2024 09:18:17 +0000 Subject: [PATCH] chore(release): 108.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [108.0.0](https://github.com/mightyiam/eslint-config-love/compare/v107.0.0...v108.0.0) (2024-11-30) ### ⚠ BREAKING CHANGES * add rule `complexity` and bump min eslint v9.12.0. ### Features * complexity ([2f24687](https://github.com/mightyiam/eslint-config-love/commit/2f24687d5eded22bab152a17a15399d6ccd2ea26)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd601e67..17db68e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [108.0.0](https://github.com/mightyiam/eslint-config-love/compare/v107.0.0...v108.0.0) (2024-11-30) + +### ⚠ BREAKING CHANGES + +* add rule `complexity` and bump min eslint v9.12.0. + +### Features + +* complexity ([2f24687](https://github.com/mightyiam/eslint-config-love/commit/2f24687d5eded22bab152a17a15399d6ccd2ea26)) + ## [107.0.0](https://github.com/mightyiam/eslint-config-love/compare/v106.0.0...v107.0.0) (2024-11-23) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index a359bdd7..32a622f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "107.0.0", + "version": "108.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "107.0.0", + "version": "108.0.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 95238f9a..567039d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-love", "type": "module", - "version": "107.0.0", + "version": "108.0.0", "description": "A TypeScript ESLint config that loves you", "funding": [ {