diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b6547f7..a2272e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [113.0.0](https://github.com/mightyiam/eslint-config-love/compare/v112.0.0...v113.0.0) (2024-12-21) + +### ⚠ BREAKING CHANGES + +* max-lines at 450 +* max-depth with max: 5 +* no-constructor-return +* no-constant-binary-expression + +### Features + +* max-depth with max: 5 ([de0c1e5](https://github.com/mightyiam/eslint-config-love/commit/de0c1e588041dc25ddd0324764cc9f5b6c7eb610)) +* max-lines at 450 ([76a649a](https://github.com/mightyiam/eslint-config-love/commit/76a649a6bfb58be04b8017719c4effd971152ab8)) +* no-constant-binary-expression ([2ee4130](https://github.com/mightyiam/eslint-config-love/commit/2ee413000aaa25f13fb9479bd00ddb1b21586975)) +* no-constructor-return ([fb328d4](https://github.com/mightyiam/eslint-config-love/commit/fb328d44df6441169b50617ca1d1fde40c255ca2)) + ## [112.0.0](https://github.com/mightyiam/eslint-config-love/compare/v111.0.0...v112.0.0) (2024-12-14) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 1996b684..df06dede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "112.0.0", + "version": "113.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "112.0.0", + "version": "113.0.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f140ed9b..0e4afe9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-love", "type": "module", - "version": "112.0.0", + "version": "113.0.0", "description": "A TypeScript ESLint config that loves you", "funding": [ {