Skip to content

Commit 662ddbe

Browse files
Publish release (#7)
1 parent c307eb1 commit 662ddbe

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/shiny-spiders-deny.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-import-sorting
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Update export and build strategy ([#6](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/6))
8+
9+
Should fix issues with plugin being unable to load, or rule definitions not being found.
10+
311
## 1.0.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-sorting",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)