From 59b6e60580b244fc83274fc8e367bd7742b233c8 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Thu, 25 Apr 2024 00:51:49 +0300 Subject: [PATCH] build: publish v2.10.0 --- changelog.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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. ",