Skip to content

Commit

Permalink
build: publish v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Apr 24, 2024
1 parent 5f00d06 commit 59b6e60
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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 ✨ <[email protected]>
- Hampus ([@hampus-stravito](http:https://github.com/hampus-stravito))

## v2.9.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.8.0...v2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
Expand Down

0 comments on commit 59b6e60

Please sign in to comment.