From 9f9d42f2508a59484dcde969fe72abbc5c98f59b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 05:42:51 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/spicy-stingrays-remain.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/spicy-stingrays-remain.md diff --git a/.changeset/spicy-stingrays-remain.md b/.changeset/spicy-stingrays-remain.md deleted file mode 100644 index e2229c3..0000000 --- a/.changeset/spicy-stingrays-remain.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: migrate to rebranding `unrs-resolver` with new targets supported: - -- `i686-pc-windows-msvc` -- `armv7-unknown-linux-musleabihf` -- `powerpc64le-unknown-linux-gnu` -- `s390x-unknown-linux-gnu` diff --git a/CHANGELOG.md b/CHANGELOG.md index abd1dc1..d5b44bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.2.4 + +### Patch Changes + +- [#407](https://github.com/import-js/eslint-import-resolver-typescript/pull/407) [`6b183ff`](https://github.com/import-js/eslint-import-resolver-typescript/commit/6b183fff1b42dfb1514545b91021dfa73ab4a1c5) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported: + + - `i686-pc-windows-msvc` + - `armv7-unknown-linux-musleabihf` + - `powerpc64le-unknown-linux-gnu` + - `s390x-unknown-linux-gnu` + ## 4.2.3 ### Patch Changes diff --git a/package.json b/package.json index 6ca352b..45eb63e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.3", + "version": "4.2.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",