Skip to content

Commit 4f2d32b

Browse files
committedSep 23, 2024··
build: publish v3.7.0
1 parent bdbf108 commit 4f2d32b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
 

‎changelog.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v3.7.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.6.0...v3.7.0)
7+
8+
### 🚀 Features
9+
10+
- Add partition by new line and group kind in sort-exports ([4db2c5e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4db2c5e))
11+
- Add dependency order errors ([125e1cb](https://github.com/azat-io/eslint-plugin-perfectionist/commit/125e1cb))
12+
- Add partition by comment option in sort-exports ([f6b7803](https://github.com/azat-io/eslint-plugin-perfectionist/commit/f6b7803))
13+
- Add partition by comment and partition by new line in sort-intersection-types ([9fe8abd](https://github.com/azat-io/eslint-plugin-perfectionist/commit/9fe8abd))
14+
- Add partition by comment and partition by new line in sort-union-types ([4a0931b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4a0931b))
15+
- Add partition by comment and partition by new line in sort-named-imports ([41e18b9](https://github.com/azat-io/eslint-plugin-perfectionist/commit/41e18b9))
16+
- Add partition by comment and partition by new line in sort-named-exports ([928246e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/928246e))
17+
- Add partition by comment and partition by new line in sort-maps ([7bf6756](https://github.com/azat-io/eslint-plugin-perfectionist/commit/7bf6756))
18+
- Add partition by comment and partition by new line in sort-variable-declarations ([aa29335](https://github.com/azat-io/eslint-plugin-perfectionist/commit/aa29335))
19+
- Add partition by comment and partition by new line in sort-interfaces ([fae756a](https://github.com/azat-io/eslint-plugin-perfectionist/commit/fae756a))
20+
- Add partition by comment and partition by new line in sort-array-includes and sort-sets ([e4fc538](https://github.com/azat-io/eslint-plugin-perfectionist/commit/e4fc538))
21+
- Add partition by comment option in sort-objects-types ([69b643e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/69b643e))
22+
- Add partition by new line option in sort-enums ([defd370](https://github.com/azat-io/eslint-plugin-perfectionist/commit/defd370))
23+
24+
### 🐞 Bug Fixes
25+
26+
- Prioritize dependencies over partitions by comment and partitions by line ([199ab39](https://github.com/azat-io/eslint-plugin-perfectionist/commit/199ab39))
27+
28+
### ❤️ Contributors
29+
30+
- Hugo ([@hugop95](http://github.com/hugop95))
31+
- Chirokas ([@chirokas](http://github.com/chirokas))
32+
433
## v3.6.0
534

635
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.5.0...v3.6.0)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-perfectionist",
33
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"homepage": "https://perfectionist.dev",
66
"repository": "azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <to@azat.io>",

0 commit comments

Comments
 (0)
Please sign in to comment.