Skip to content

Commit 5308037

Browse files
committed
build: publish v3.1.1
1 parent 4789764 commit 5308037

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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+
## v3.1.1
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.0...v3.1.1)
7+
8+
### 🐞 Bug Fixes
9+
10+
- Fix getting enum members in eslint v8 ([4789764](https://github.com/azat-io/eslint-plugin-perfectionist/commit/4789764))
11+
12+
### ❤️ Contributors
13+
14+
- Azat S. ([@azat-io](http://github.com/azat-io))
15+
416
## v3.1.0
517

618
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.0.0...v3.1.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": "3.1.0",
4+
"version": "3.1.1",
55
"homepage": "https://perfectionist.dev",
66
"repository": "azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <to@azat.io>",

0 commit comments

Comments
 (0)