From e8340d333c637d61900776ea9585879cd32503e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:15:56 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/serious-cheetahs-wink.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/serious-cheetahs-wink.md diff --git a/.changeset/serious-cheetahs-wink.md b/.changeset/serious-cheetahs-wink.md deleted file mode 100644 index 3849e256..00000000 --- a/.changeset/serious-cheetahs-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b2082c3b..2701c74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.2 + +### Patch Changes + +- [#427](https://github.com/import-js/eslint-import-resolver-typescript/pull/427) [`dabba8e`](https://github.com/import-js/eslint-import-resolver-typescript/commit/dabba8e97ec1f9a109b2e6fbd16372b63a4c455f) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.4.1 + ## 4.3.1 ### Patch Changes diff --git a/package.json b/package.json index 781b911e..4a693323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.1", + "version": "4.3.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",