Skip to content

Commit 724c47d

Browse files
chore: release eslint-import-resolver-typescript (#480)
1 parent 32c61ab commit 724c47d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/large-insects-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.4.5
4+
5+
### Patch Changes
6+
7+
- [#473](https://github.com/import-js/eslint-import-resolver-typescript/pull/473) [`32c61ab`](https://github.com/import-js/eslint-import-resolver-typescript/commit/32c61abccf26bd2a2267f2e0e67d82e6f88d149a) Thanks [@leey0818](https://github.com/leey0818)! - fix: check tsconfig matching before using resolver
8+
39
## 4.4.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "https://github.com/import-js/eslint-import-resolver-typescript",

0 commit comments

Comments
 (0)