Skip to content

Commit 425dad8

Browse files
Publish release (#13)
1 parent fa97706 commit 425dad8

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

.changeset/cuddly-lobsters-flow.md

-6
This file was deleted.

.changeset/fuzzy-zebras-shake.md

-5
This file was deleted.

.changeset/six-suits-refuse.md

-6
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# eslint-plugin-import-sorting
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Sort numerals in path strings naturally ([#11](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/11))
8+
Now ensures that `10` will sort after `2`, for example.
9+
10+
### Patch Changes
11+
12+
- Fix local import sort order when dot segment count is the same ([#11](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/11))
13+
Sorting will now take the entire path into account, instead of just the basename of the path.
14+
- Add `engines` key to indicate minimum Node version ([#12](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/12))
15+
316
## 1.0.3
417

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

0 commit comments

Comments
 (0)