Skip to content

Commit 0fd0f91

Browse files
Publish release (#5)
1 parent 451deec commit 0fd0f91

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.changeset/tame-apricots-compare.md

-5
This file was deleted.

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# eslint-plugin-import-sorting
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Add guard against non-string `settings` values ([#3](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/3))
8+
Thanks [@jakubpelczarclari](https://github.com/jakubpelczarclari)!
9+
310
## 1.0.0
411

512
### Major Changes
613

7-
- **Initial release 🎉** [`55c18d1`](https://github.com/stormwarning/eslint-plugin-import-sorting/commit/55c18d18e70c90d9495996d8adaf22db25a5214f)
14+
- **Initial release 🎉** [`55c18d1`](https://github.com/stormwarning/eslint-plugin-import-sorting/commit/55c18d18e70c90d9495996d8adaf22db25a5214f)

package-lock.json

+11-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)