Skip to content

Commit 0597a12

Browse files
committed
build: publish v2.4.0
1 parent 32dbef8 commit 0597a12

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.4.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.3.0...v2.4.0)
7+
8+
### 🚀 Features
9+
10+
- Add side-effect-style import group ([32dbef8](https://github.com/azat-io/eslint-plugin-perfectionist/commit/32dbef8))
11+
12+
### ❤️ Contributors
13+
14+
- Azat S. ([@azat-io](http://github.com/azat-io))
15+
416
## v2.3.0
517

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