Skip to content

Commit

Permalink
build: publish v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Nov 24, 2023
1 parent 1ee447b commit 12eb15f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v2.4.1

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.4.0...v2.4.1)

### 🐞 Bug Fixes

- Fix output with a large number of groups ([6847eaf](https://github.com/azat-io/eslint-plugin-perfectionist/commit/6847eaf))

### ❤️ Contributors

- Azat S. ([@azat-io](http://github.com/azat-io))

## v2.4.0

[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.3.0...v2.4.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "2.4.1",
"type": "module",
"homepage": "https://eslint-plugin-perfectionist.azat.io",
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
Expand Down Expand Up @@ -127,4 +127,4 @@
"vitest": "^0.34.6",
"vue": "^3.3.8"
}
}
}

2 comments on commit 12eb15f

@milkyfuckinway
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Привет, такая проблема появилась =(

@azat-io
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@milkyfuckinway Сорри, исправил. Опубликовал версию v2.4.2

Please sign in to comment.