Skip to content

Commit da0089b

Browse files
Publish release (#20)
1 parent c5583d2 commit da0089b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/famous-cats-chew.md

-9
This file was deleted.

CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Deprecate plugin settings ([#19](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/19))
8+
The next major version of the plugin will use
9+
10+
- `import-sorting/framework-patterns` instead of `known-framework`
11+
- `import-sorting/internal-patterns` instead of `known-first-party`
12+
313
## 1.2.0
414

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

0 commit comments

Comments
 (0)