Skip to content

Commit 97f276f

Browse files
Publish release (#28)
1 parent 393bec5 commit 97f276f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/shaggy-meals-serve.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Fix bug with grouping when settings are not explicitly defined ([#27](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/27))
8+
39
## 2.1.0
410

511
### Minor 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.0",
3+
"version": "2.1.1",
44
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)