diff --git a/.changeset/tricky-spiders-happen.md b/.changeset/tricky-spiders-happen.md deleted file mode 100644 index fa1f023ed..000000000 --- a/.changeset/tricky-spiders-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix: known compatibility issues diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3b9b4af..7302ed9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 0.4.1 + +### Patch Changes + +- [#56](https://github.com/un-ts/eslint-plugin-import-x/pull/56) [`843cf49`](https://github.com/un-ts/eslint-plugin-import-x/commit/843cf494e0c58279d310b052c591c6952a024172) Thanks [@JounQin](https://github.com/JounQin)! - fix: known compatibility issues + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 345b82295..f7d6033a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "0.4.0", + "version": "0.4.1", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",