Skip to content

Commit 5db29f9

Browse files
committed
build: publish v3.1.2
1 parent 3f3d77c commit 5db29f9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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+
## v3.1.2
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.1...v3.1.2)
7+
8+
### 🏎 Performance Improvements
9+
10+
- Remove node cloning to improve performance ([00b2cc3](https://github.com/azat-io/eslint-plugin-perfectionist/commit/00b2cc3))
11+
12+
### 🐞 Bug Fixes
13+
14+
- Fix sorting switch cases with default in middle of group ([4ee655e](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4ee655e))
15+
- Fix getting enum members in eslint v8 ([3f3d77c](https://github.com/azat-io/eslint-plugin-perfectionist/commit/3f3d77c))
16+
17+
### ❤️ Contributors
18+
19+
- Azat S. ([@azat-io](http://github.com/azat-io))
20+
421
## v3.1.1
522

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

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": "3.1.1",
4+
"version": "3.1.2",
55
"homepage": "https://perfectionist.dev",
66
"repository": "azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <to@azat.io>",

0 commit comments

Comments
 (0)