diff --git a/.changeset/swift-friends-remain.md b/.changeset/swift-friends-remain.md deleted file mode 100644 index 29db2434..00000000 --- a/.changeset/swift-friends-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix(package): remove config and rules exports pointing to empty files diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfb2f08..5c3b1d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.16.2 + +### Patch Changes + +- [#406](https://github.com/un-ts/eslint-plugin-import-x/pull/406) [`d0a7816`](https://github.com/un-ts/eslint-plugin-import-x/commit/d0a78167791f41804e880356c9c69d7a45c4b45d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix(package): remove config and rules exports pointing to empty files + ## 4.16.1 ### Patch Changes diff --git a/package.json b/package.json index 74fcf18c..6e7256fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.16.1", + "version": "4.16.2", "type": "module", "description": "Import with sanity.", "repository": "https://github.com/un-ts/eslint-plugin-import-x",