Skip to content

Commit 8ddeb4a

Browse files
committed
build: publish v2.7.0
1 parent eb78461 commit 8ddeb4a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

changelog.md

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

33

4+
## v2.7.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.6.0...v2.7.0)
7+
8+
### 🚀 Features
9+
10+
- **sort-enums:** Add `partition-by-comment` option ([ec3d11c](https://github.com/azat-io/eslint-plugin-perfectionist/commit/ec3d11c))
11+
- Add group-kind option on sort-named-imports and sort-named-exports ([eb78461](https://github.com/azat-io/eslint-plugin-perfectionist/commit/eb78461))
12+
13+
### ❤️ Contributors
14+
15+
- Renato Böhler <renato.bohler@gmail.com>
16+
- Chirokas ([@chirokas](http://github.com/chirokas))
17+
418
## v2.6.0
519

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

package.json

Lines changed: 1 addition & 1 deletion
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": "2.6.0",
4+
"version": "2.7.0",
55
"homepage": "https://eslint-plugin-perfectionist.azat.io",
66
"repository": "https://github.com/azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <to@azat.io>",

0 commit comments

Comments
 (0)