From 7b4f464d326e4cb2c501c16073866554fa2c96e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Nov 2024 14:12:01 +0000 Subject: [PATCH] chore: release eslint-plugin-import-x --- .changeset/ten-lamps-sell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ten-lamps-sell.md diff --git a/.changeset/ten-lamps-sell.md b/.changeset/ten-lamps-sell.md deleted file mode 100644 index 31236d0e0..000000000 --- a/.changeset/ten-lamps-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Fix #144, read proper `sourceType` for both eslint flat config and legacy eslintrc config. diff --git a/CHANGELOG.md b/CHANGELOG.md index cbab47ac6..16df5db25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.4.2 + +### Patch Changes + +- [#181](https://github.com/un-ts/eslint-plugin-import-x/pull/181) [`cc4ee65`](https://github.com/un-ts/eslint-plugin-import-x/commit/cc4ee650cf98d3d945fc4140483d02e51dcfd47d) Thanks [@SukkaW](https://github.com/SukkaW)! - Fix #144, read proper `sourceType` for both eslint flat config and legacy eslintrc config. + ## 4.4.1 ### Patch Changes diff --git a/package.json b/package.json index e3da1424b..2fef5ef9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.4.1", + "version": "4.4.2", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",