From b4a5d6ea416bba0b9deace0d038c6a5efe9005d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:02:52 +0800 Subject: [PATCH] chore: release eslint-import-resolver-typescript (#207) Co-authored-by: github-actions[bot] --- .changeset/mean-seals-tease.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-seals-tease.md diff --git a/.changeset/mean-seals-tease.md b/.changeset/mean-seals-tease.md deleted file mode 100644 index 173c1c2..0000000 --- a/.changeset/mean-seals-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc210f..ad40f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.5.3 + +### Patch Changes + +- [#206](https://github.com/import-js/eslint-import-resolver-typescript/pull/206) [`6531bad`](https://github.com/import-js/eslint-import-resolver-typescript/commit/6531bad1c58831ef63124b9f660b8c457f1d9e44) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Only try to resolve a module directory when we know that the path is a directory. This can lead to a 15% speedup on projects with many files. + ## 3.5.2 ### Patch Changes diff --git a/package.json b/package.json index 3fb9b52..edf4505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.5.2", + "version": "3.5.3", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",