Skip to content

Commit c55f2d9

Browse files
committed
build: publish v5.8.0
1 parent 713aaf9 commit c55f2d9

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

changelog.md

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

3+
## v5.8.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.7.0...v5.8.0)
6+
7+
### 🚀 Features
8+
9+
- **sort-array:** Add new rule
10+
([76f423c5](https://github.com/azat-io/eslint-plugin-perfectionist/commit/76f423c5))
11+
12+
### 🐞 Bug Fixes
13+
14+
- Add oxlint rule tester and fix issue in sort-classes
15+
([4949b1d7](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4949b1d7))
16+
- **sort-modules:** Add missing partition cases
17+
([7244ff1e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7244ff1e))
18+
19+
### ❤️ Contributors
20+
21+
- Hugo ([@hugop95](https://github.com/hugop95))
22+
323
## v5.7.0
424

525
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.6.0...v5.7.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.7.0",
3+
"version": "5.8.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)