Skip to content

Commit 40d9e8a

Browse files
Publish release (#10)
1 parent 3033b25 commit 40d9e8a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/chilly-beds-collect.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+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Fix error when plugin settings are undefined ([#9](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/9))
8+
39
## 1.0.2
410

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

0 commit comments

Comments
 (0)