From 185ae127602fdaef9ce1c7a042539fe72b717968 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 07:12:20 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/few-ducks-sniff.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/few-ducks-sniff.md diff --git a/.changeset/few-ducks-sniff.md b/.changeset/few-ducks-sniff.md deleted file mode 100644 index 5eecb88b..00000000 --- a/.changeset/few-ducks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f10e05a1..a7d5d9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.10.1 + +### Patch Changes + +- [#439](https://github.com/import-js/eslint-import-resolver-typescript/pull/439) [`c1d64c3`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c1d64c3c31458f1d4bf9b68290f335c7d06215b5) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.6.2 + ## 3.10.0 ### Minor Changes diff --git a/package.json b/package.json index c001d81d..b5384640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.10.0", + "version": "3.10.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",