Skip to content

Commit e4a3270

Browse files
chore: release eslint-import-resolver-typescript (#408)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b183ff commit e4a3270

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/spicy-stingrays-remain.md

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

CHANGELOG.md

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

3+
## 4.2.4
4+
5+
### Patch Changes
6+
7+
- [#407](https://github.com/import-js/eslint-import-resolver-typescript/pull/407) [`6b183ff`](https://github.com/import-js/eslint-import-resolver-typescript/commit/6b183fff1b42dfb1514545b91021dfa73ab4a1c5) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported:
8+
9+
- `i686-pc-windows-msvc`
10+
- `armv7-unknown-linux-musleabihf`
11+
- `powerpc64le-unknown-linux-gnu`
12+
- `s390x-unknown-linux-gnu`
13+
314
## 4.2.3
415

516
### 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.2.3",
3+
"version": "4.2.4",
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)