diff --git a/.changeset/fast-bees-talk.md b/.changeset/fast-bees-talk.md deleted file mode 100644 index d745f1fd..00000000 --- a/.changeset/fast-bees-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -feat(extensions): support `pathGroupOverrides` and `fix` options diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7bc027..250bdb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.12.0 + +### Minor Changes + +- [#327](https://github.com/un-ts/eslint-plugin-import-x/pull/327) [`90c1cd0`](https://github.com/un-ts/eslint-plugin-import-x/commit/90c1cd01653d3387fb06af515b5881d3c070439a) Thanks [@JounQin](https://github.com/JounQin)! - feat(extensions): support `pathGroupOverrides` and `fix` options + ## 4.11.1 ### Patch Changes diff --git a/package.json b/package.json index 7347befe..9c317b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.11.1", + "version": "4.12.0", "type": "module", "description": "Import with sanity.", "repository": "https://github.com/un-ts/eslint-plugin-import-x",