Skip to content

Commit 75cd84f

Browse files
committed
build: publish v2.3.0
1 parent a0aa8f3 commit 75cd84f

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

changelog.md

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

33

4+
## v2.3.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.2.0...v2.3.0)
7+
8+
### 🚀 Features
9+
10+
- Add max line length option for multiline imports sorting ([4b81340](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4b81340))
11+
- Add partition by new line option to sort-objects rule ([8654e44](https://github.com/azat-io/eslint-plugin-perfectionist/commit/8654e44))
12+
- Add partition by new line option to sort-interfaces rule ([48532ef](https://github.com/azat-io/eslint-plugin-perfectionist/commit/48532ef))
13+
- Add partition by new line option to sort-object-typea rule ([563c815](https://github.com/azat-io/eslint-plugin-perfectionist/commit/563c815))
14+
15+
### ❤️ Contributors
16+
17+
- Azat S. ([@azat-io](http://github.com/azat-io))
18+
- Azat S ([@azat-io](http://github.com/azat-io))
19+
- Tthornton3-chwy
20+
421
## v2.2.0
522

623
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.1.0...v2.2.0)

package.json

Lines changed: 2 additions & 2 deletions
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.2.0",
4+
"version": "2.3.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>",
@@ -126,4 +126,4 @@
126126
"vitest": "^0.34.6",
127127
"vue": "^3.3.8"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)