diff --git a/.changeset/tasty-lemons-sing.md b/.changeset/tasty-lemons-sing.md deleted file mode 100644 index 9e97c04d..00000000 --- a/.changeset/tasty-lemons-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -fix: allow `minimatch` 9 or 10 diff --git a/.changeset/thin-beans-speak.md b/.changeset/thin-beans-speak.md deleted file mode 100644 index a9862e31..00000000 --- a/.changeset/thin-beans-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -feat: migrate to ESM primary diff --git a/CHANGELOG.md b/CHANGELOG.md index 83465c52..d0d451ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-import-x +## 4.10.0 + +### Minor Changes + +- [#271](https://github.com/un-ts/eslint-plugin-import-x/pull/271) [`6cba8eb`](https://github.com/un-ts/eslint-plugin-import-x/commit/6cba8eb6e920cc5bd04c54577cde0c77d9424819) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to ESM primary + +### Patch Changes + +- [#276](https://github.com/un-ts/eslint-plugin-import-x/pull/276) [`e52168e`](https://github.com/un-ts/eslint-plugin-import-x/commit/e52168e7d234fa9485055640f39dded6a1124256) Thanks [@jribbens](https://github.com/jribbens)! - fix: allow `minimatch` 9 or 10 + ## 4.9.4 ### Patch Changes diff --git a/package.json b/package.json index 3dd199b5..5b9d07a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.9.4", + "version": "4.10.0", "type": "module", "description": "Import with sanity.", "repository": "https://github.com/un-ts/eslint-plugin-import-x",