diff --git a/.changeset/quick-hats-roll.md b/.changeset/quick-hats-roll.md deleted file mode 100644 index 7f4789cf3..000000000 --- a/.changeset/quick-hats-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -Improve windows support diff --git a/CHANGELOG.md b/CHANGELOG.md index b814badfd..806910790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.7.0 + +### Minor Changes + +- [#214](https://github.com/un-ts/eslint-plugin-import-x/pull/214) [`091d2da`](https://github.com/un-ts/eslint-plugin-import-x/commit/091d2da9ee668e90ac7ee9aeb08437bc96871296) Thanks [@mrginglymus](https://github.com/mrginglymus)! - Improve windows support + ## 4.6.1 ### Patch Changes diff --git a/package.json b/package.json index f18cb4a18..1296b7ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.6.1", + "version": "4.7.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",