Skip to content

Commit 799027b

Browse files
committed
eslint-plugin-simple-import-sort v6.0.1
1 parent c30a09c commit 799027b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 6.0.1 (2020-11-19)
2+
3+
- Fixed: `as default` in exports no longer results in invalid code.
4+
15
### Version 6.0.0 (2020-11-15)
26

37
- Renamed: `simple-import-sort/sort` is now called `simple-import-sort/imports`.

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)