Skip to content

Commit c30c8ee

Browse files
committed
build: publish v3.1.3
1 parent a2aee04 commit c30c8ee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v3.1.3
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.1.2...v3.1.3)
7+
8+
### 🐞 Bug Fixes
9+
10+
- Fix export of typescript types ([1c4e960](https://github.com/azat-io/eslint-plugin-perfectionist/commit/1c4e960))
11+
12+
### ❤️ Contributors
13+
14+
- Josh Goldberg ✨ <[email protected]>
15+
416
## v3.1.2
517

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

package.json

+1-1
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.2",
4+
"version": "3.1.3",
55
"homepage": "https://perfectionist.dev",
66
"repository": "azat-io/eslint-plugin-perfectionist",
77
"author": "Azat S. <[email protected]>",

0 commit comments

Comments
 (0)