Skip to content

Commit 5588948

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/quiet-moons-sell.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.2.5
4+
5+
### Patch Changes
6+
7+
- [#410](https://github.com/import-js/eslint-import-resolver-typescript/pull/410) [`ec59d22`](https://github.com/import-js/eslint-import-resolver-typescript/commit/ec59d22fdd1ec8093dcb97da626c28ea346f41e3) Thanks [@JounQin](https://github.com/JounQin)! - fix: absolute path aliasing should not be skipped
8+
39
## 4.2.4
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "4.2.4",
3+
"version": "4.2.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)