Skip to content

Commit 53f9610

Browse files
committed
build: publish v5.5.0
1 parent f2fff07 commit 53f9610

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

changelog.md

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

3+
## v5.5.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.4.0...v5.5.0)
6+
7+
### 🚀 Features
8+
9+
- **sort-classes:** Improve dependency detection algorithm
10+
([8bcbc88a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8bcbc88a))
11+
12+
### 🐞 Bug Fixes
13+
14+
- Prevent spread operator reordering in sort-sets and sort-array-includes
15+
([06b0f73e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/06b0f73e))
16+
17+
### ❤️ Contributors
18+
19+
- Azat S. ([@azat-io](https://github.com/azat-io))
20+
- Hugo ([@hugop95](https://github.com/hugop95))
21+
322
## v5.4.0
423

524
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.3.1...v5.4.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.4.0",
3+
"version": "5.5.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)