Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jan 24, 2020
1 parent 7343fc7 commit 84b1dec
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.1 (2020-01-24)

- Fixed: Side effect imports now correctly keep their original order in
Node.js <12. Thanks to Irvin Zhan (@izhan)!

### Version 5.0.0 (2019-11-22)

- Added: The `groups` option for [custom sorting].
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.0",
"version": "5.0.1",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 84b1dec

Please sign in to comment.