diff --git a/.changeset/famous-cats-chew.md b/.changeset/famous-cats-chew.md deleted file mode 100644 index f40b277..0000000 --- a/.changeset/famous-cats-chew.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'eslint-plugin-import-sorting': patch ---- - -Deprecate plugin settings -The next major version of the plugin will use - -- `import-sorting/framework-patterns` instead of `known-framework` -- `import-sorting/internal-patterns` instead of `known-first-party` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6f81c..f048fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-import-sorting +## 1.2.1 + +### Patch Changes + +- Deprecate plugin settings ([#19](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/19)) + The next major version of the plugin will use + + - `import-sorting/framework-patterns` instead of `known-framework` + - `import-sorting/internal-patterns` instead of `known-first-party` + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 8626799..8336c70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-sorting", - "version": "1.2.0", + "version": "1.2.1", "description": "ESLint plugin to group and sort imports by module, à la Python isort", "keywords": [ "eslint",