diff --git a/.changeset/beige-gorillas-hunt.md b/.changeset/beige-gorillas-hunt.md deleted file mode 100644 index e896184..0000000 --- a/.changeset/beige-gorillas-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: support multiple matching ts paths diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd6496..7031907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.8.4 + +### Patch Changes + +- [#370](https://github.com/import-js/eslint-import-resolver-typescript/pull/370) [`c940785`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c94078504cfb6fd17b775c53d268962a56a2d118) Thanks [@JounQin](https://github.com/JounQin)! - fix: support multiple matching ts paths + ## 3.8.3 ### Patch Changes diff --git a/package.json b/package.json index 54b36b0..c35a251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.8.3", + "version": "3.8.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",