Skip to content

Commit 458fdaf

Browse files
authoredMar 17, 2025··
chore: release eslint-import-resolver-typescript (#390)
1 parent 1b97d8a commit 458fdaf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/light-kangaroos-kiss.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.1.1
4+
5+
### Patch Changes
6+
7+
- [#389](https://github.com/import-js/eslint-import-resolver-typescript/pull/389) [`1b97d8a`](https://github.com/import-js/eslint-import-resolver-typescript/commit/1b97d8a5913e15bdfcf5f64152e8a4173b18dab1) Thanks [@JounQin](https://github.com/JounQin)! - fix: should prefer `module.isBuiltin` when `process.versions.bun` available
8+
39
## 4.1.0
410

511
### Minor 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.1.0",
3+
"version": "4.1.1",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",

0 commit comments

Comments
 (0)
Please sign in to comment.