Skip to content

Commit 552e5d5

Browse files
chore: release eslint-import-resolver-typescript (#418)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent b31554f commit 552e5d5

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.changeset/gold-rabbits-walk.md

-5
This file was deleted.

.github/workflows/autofix.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
types:
66
- opened
7+
- reopened
78
- synchronize
89

910
concurrency:

CHANGELOG.md

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

3+
## 4.2.6
4+
5+
### Patch Changes
6+
7+
- [#417](https://github.com/import-js/eslint-import-resolver-typescript/pull/417) [`c3f678b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c3f678ba550f027bfb1f1b64a1750fc1fe83c5e3) Thanks [@JounQin](https://github.com/JounQin)! - fix: `require` entry types, add `module-sync` entry
8+
39
## 4.2.5
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.5",
3+
"version": "4.2.6",
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)