Skip to content

Commit 271a481

Browse files
committed
build: publish v5.3.0
1 parent 0df94ab commit 271a481

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

changelog.md

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

3+
## v5.3.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.2.0...v5.3.0)
6+
7+
### 🚀 Features
8+
9+
- Fallback sort subgroup order ([3c8fecf](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3c8fecf))
10+
- **sort-modules:** Allow exported then decorated classes to be sorted ([53b00c8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/53b00c8))
11+
12+
### 🐞 Bug Fixes
13+
14+
- Use runtime-safe node type checks ([a0ec110](https://github.com/azat-io/eslint-plugin-perfectionist/commit/a0ec110))
15+
16+
### ❤️ Contributors
17+
18+
- Hugo ([@hugop95](https://github.com/hugop95))
19+
- Sam ([@Lievesley](https://github.com/Lievesley))
20+
321
## v5.2.0
422

523
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.1.0...v5.2.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.2.0",
3+
"version": "5.3.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)