From 8c1c14d32b43598836c39e925f25449966284885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:26:44 +0800 Subject: [PATCH] chore: release eslint-plugin-import-x (#189) Co-authored-by: github-actions[bot] --- .changeset/thirty-houses-rest.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thirty-houses-rest.md diff --git a/.changeset/thirty-houses-rest.md b/.changeset/thirty-houses-rest.md deleted file mode 100644 index a2b688898..000000000 --- a/.changeset/thirty-houses-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Attach `ecmaVersion` and `sourceType` to `parserOptions` during parse diff --git a/CHANGELOG.md b/CHANGELOG.md index 16df5db25..dd146c606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-import-x +## 4.4.3 + +### Patch Changes + +- [#187](https://github.com/un-ts/eslint-plugin-import-x/pull/187) [`a428f82`](https://github.com/un-ts/eslint-plugin-import-x/commit/a428f82b0663399ca66ac678e6a43a1e6187af2e) Thanks [@SukkaW](https://github.com/SukkaW)! - Attach `ecmaVersion` and `sourceType` to `parserOptions` during parse + ## 4.4.2 ### Patch Changes diff --git a/package.json b/package.json index d4653ca31..046bd0527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.4.2", + "version": "4.4.3", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",