diff --git a/CHANGELOG.md b/CHANGELOG.md index a47d45d0..3b11d978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [89.0.1](https://github.com/mightyiam/eslint-config-love/compare/v89.0.0...v89.0.1) (2024-10-20) + +### Bug Fixes + +* rm no-undef-init ([7038ca4](https://github.com/mightyiam/eslint-config-love/commit/7038ca47333e3249896b2edc1153533118b8aa7d)), closes [#1710](https://github.com/mightyiam/eslint-config-love/issues/1710) + ## [89.0.0](https://github.com/mightyiam/eslint-config-love/compare/v88.0.0...v89.0.0) (2024-10-17) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index ca6b84ba..bfc0ae21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "89.0.0", + "version": "89.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "89.0.0", + "version": "89.0.1", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 57388edd..e54894e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-love", "type": "module", - "version": "89.0.0", + "version": "89.0.1", "description": "A TypeScript ESLint config that loves you", "funding": [ {