Skip to content

Commit 42fe303

Browse files
Publish release (#30)
1 parent de94aab commit 42fe303

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/famous-insects-matter.md

-5
This file was deleted.

.changeset/funny-jars-teach.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-import-sorting
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Explicitly set case sensitivity & sort uppercase before lowercase ([#31](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/31))
8+
9+
### Patch Changes
10+
11+
- Fix semicolons being added to end of import specifiers after sorting ([#29](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/29))
12+
313
## 2.1.1
414

515
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-sorting",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)