diff --git a/changelog.md b/changelog.md index d9aacc19..e1fe04d2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,23 @@ # Changelog +## v2.10.0 + +[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.9.0...v2.10.0) + +### 🚀 Features + +- Allow typescript-eslint v7 ([ccdaeb8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ccdaeb8)) + +### 🐞 Bug Fixes + +- **sort-imports:** Empty named imports being considered side-effect imports ([ca69069](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ca69069)) + +### ❤️ Contributors + +- Josh Goldberg ✨ +- Hampus ([@hampus-stravito](http://github.com/hampus-stravito)) + ## v2.9.0 [compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.8.0...v2.9.0) diff --git a/package.json b/package.json index a0617580..f05a942d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-perfectionist", "description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.", - "version": "2.9.0", + "version": "2.10.0", "homepage": "https://eslint-plugin-perfectionist.azat.io", "repository": "https://github.com/azat-io/eslint-plugin-perfectionist", "author": "Azat S. ",