Skip to content

Commit 0dcf3ae

Browse files
committed
build: publish v5.6.0
1 parent 301c8d3 commit 0dcf3ae

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v5.6.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.5.0...v5.6.0)
6+
7+
### 🚀 Features
8+
9+
- Support eslint v10
10+
([5b0d27cd](https://github.com/azat-io/eslint-plugin-perfectionist/commit/5b0d27cd))
11+
12+
### 🐞 Bug Fixes
13+
14+
- **sort-classes:** Avoid crashes on unknown class elements
15+
([912f8a8b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/912f8a8b))
16+
- **sort-objects:** Find declaration comments before exported variables
17+
([9f90465e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/9f90465e))
18+
- Normalize parenthesized union and intersection member names
19+
([d82f1e9f](https://github.com/azat-io/eslint-plugin-perfectionist/commit/d82f1e9f))
20+
21+
### ❤️ Contributors
22+
23+
- Azat S. ([@azat-io](https://github.com/azat-io))
24+
325
## v5.5.0
426

527
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.4.0...v5.5.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-perfectionist",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)