Skip to content

Commit 783001b

Browse files
committed
build: publish v5.2.0
1 parent 0552e7a commit 783001b

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.2.0
4+
5+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v5.1.0...v5.2.0)
6+
7+
### 🚀 Features
8+
9+
- **sort-modules:** Sort by order of use ([fc297a2](https://github.com/azat-io/eslint-plugin-perfectionist/commit/fc297a2))
10+
- Allow fallback sort override in groups with overrides ([64a9fee](https://github.com/azat-io/eslint-plugin-perfectionist/commit/64a9fee))
11+
- **sort-imports:** Allow sorting by specifiers ([05c66aa](https://github.com/azat-io/eslint-plugin-perfectionist/commit/05c66aa))
12+
13+
### 🐞 Bug Fixes
14+
15+
- Add explicit type annotation for plugin configs ([780a25a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/780a25a))
16+
17+
### ❤️ Contributors
18+
19+
- Hugo ([@hugop95](https://github.com/hugop95))
20+
- Azat S. ([@azat-io](https://github.com/azat-io))
21+
322
## v5.1.0
423

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