diff --git a/.changeset/weak-points-pull.md b/.changeset/weak-points-pull.md deleted file mode 100644 index 6fb086b2..00000000 --- a/.changeset/weak-points-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -feat: add suggestions support for `extensions` `unexpected` case diff --git a/CHANGELOG.md b/CHANGELOG.md index 250bdb79..9dbde36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.12.1 + +### Patch Changes + +- [#329](https://github.com/un-ts/eslint-plugin-import-x/pull/329) [`4b284cb`](https://github.com/un-ts/eslint-plugin-import-x/commit/4b284cb39a8278fa314ff812487f932120ae4815) Thanks [@JounQin](https://github.com/JounQin)! - feat: add suggestions support for `extensions` `unexpected` case + ## 4.12.0 ### Minor Changes diff --git a/package.json b/package.json index 9c317b01..d523e2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.12.0", + "version": "4.12.1", "type": "module", "description": "Import with sanity.", "repository": "https://github.com/un-ts/eslint-plugin-import-x",