Skip to content

Commit e2eea2f

Browse files
committed
build: publish v1.3.0
1 parent b7953ed commit e2eea2f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

changelog.md

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

33

4+
## v1.3.0
5+
6+
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.2.1...v1.3.0)
7+
8+
9+
### 🚀 Features
10+
11+
- Support custom import groups ([0b837d4](https://github.com/azat-io/eslint-plugin-perfectionist/commit/0b837d4))
12+
13+
### ❤️ Contributors
14+
15+
- Azat S ([@azat-io](http://github.com/azat-io))
16+
417
## v1.2.1
518

619
[compare changes](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v1.2.0...v1.2.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": "1.2.1",
4+
"version": "1.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>",

0 commit comments

Comments
 (0)