Skip to content

Commit 6367a34

Browse files
Publish release (#2)
1 parent 55c18d1 commit 6367a34

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/wet-snails-retire.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-plugin-import-sorting
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- **Initial release 🎉** [`55c18d1`](https://github.com/stormwarning/eslint-plugin-import-sorting/commit/55c18d18e70c90d9495996d8adaf22db25a5214f)

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

0 commit comments

Comments
 (0)