Skip to content

Commit 40b1a49

Browse files
committed
build: publish v2.6.0
1 parent cbe3f4b commit 40b1a49

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

changelog.md

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

33

4+
## v2.6.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.5.0...v2.6.0)
7+
8+
### 🚀 Features
9+
10+
- **sort-classes:** Add decorators support ([cbe3f4b](https://github.com/azat-io/eslint-plugin-perfectionist/commit/cbe3f4b))
11+
12+
### ❤️ Contributors
13+
14+
- Chirokas
15+
416
## v2.5.0
517

618
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.4.2...v2.5.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.5.0",
4+
"version": "2.6.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)