Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Mar 11, 2020
1 parent 8bb04a0 commit d2fb91a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 5.0.2 (2020-03-11)

- Fixed: The plugin now works with TypeScript 3.8 type imports. Thanks to Liwen
Guo (@Livven) and Brandon Chinn (@brandon-leapyear)!

### Version 5.0.1 (2020-01-24)

- Fixed: Side effect imports now correctly keep their original order in Node.js
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit d2fb91a

Please sign in to comment.