diff --git a/.changeset/red-rings-pay.md b/.changeset/red-rings-pay.md deleted file mode 100644 index c563ec629..000000000 --- a/.changeset/red-rings-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -feat: add support for using resolver object directly in settings diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a27ca3ab..49b4d2823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.3.0 + +### Minor Changes + +- [#159](https://github.com/un-ts/eslint-plugin-import-x/pull/159) [`4da5388`](https://github.com/un-ts/eslint-plugin-import-x/commit/4da5388d49ab457d22cb3eb846b0120f1914a0d1) Thanks [@GoodbyeNJN](https://github.com/GoodbyeNJN)! - feat: add support for using resolver object directly in settings + ## 4.2.1 ### Patch Changes diff --git a/package.json b/package.json index da2d905e6..922640309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.2.1", + "version": "4.3.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",