diff --git a/CHANGELOG.md b/CHANGELOG.md index dc70972..8bd36ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/jimmy-guzman/eslint-config/compare/v3.2.0...v3.2.1) (2024-10-31) + + +### Bug Fixes + +* 🐛 actually enforce separate type imports ([#34](https://github.com/jimmy-guzman/eslint-config/issues/34)) ([ceadc95](https://github.com/jimmy-guzman/eslint-config/commit/ceadc95c9b611a8c6f7109bc6dd3433d22eeed38)) + # [3.2.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.1.0...v3.2.0) (2024-10-31) diff --git a/package.json b/package.json index ceef33d..5b13a71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "3.2.0", + "version": "3.2.1", "description": "another opinionated eslint config", "keywords": [ "eslint",