Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 19, 2020
1 parent c30a09c commit 799027b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### Version 6.0.1 (2020-11-19)

- Fixed: `as default` in exports no longer results in invalid code.

### Version 6.0.0 (2020-11-15)

- Renamed: `simple-import-sort/sort` is now called `simple-import-sort/imports`.
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 799027b

Please sign in to comment.