diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7a9bd4..45b95a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [65.0.0](https://github.com/mightyiam/eslint-config-love/compare/v64.0.0...v65.0.0) (2024-09-14) + +### ⚠ BREAKING CHANGES + +* @typescript-eslint/no-magic-numbers + +### Features + +* @typescript-eslint/no-magic-numbers ([c187e98](https://github.com/mightyiam/eslint-config-love/commit/c187e98f365d266d290728063c5f50635a4aeaee)) + ## [64.0.0](https://github.com/mightyiam/eslint-config-love/compare/v63.0.0...v64.0.0) (2024-09-07) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index f3bc2652..19ad8552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "64.0.0", + "version": "65.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "64.0.0", + "version": "65.0.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 4af89feb..f9693b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-love", - "version": "64.0.0", + "version": "65.0.0", "description": "A TypeScript ESLint config that loves you", "funding": [ {