Skip to content

Commit 79a453b

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

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Diff for: .changeset/lemon-trains-hang.md

-9
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#387](https://github.com/import-js/eslint-import-resolver-typescript/pull/387) [`ef5cd10`](https://github.com/import-js/eslint-import-resolver-typescript/commit/ef5cd1083207d560b35694b99ccfefa4a1234acb) Thanks [@JounQin](https://github.com/JounQin)! - feat: add a new `bun?: boolean` option for `bun` users - close #386
8+
9+
`process.versions.bun` is unavailable even with `bun eslint` due to its own design,
10+
but checking `bun` modules for non-bun users is incorrect behavior and just wasting time,
11+
so a new option is added for such case, you can still run with `bun --bun eslint` without this option enabled
12+
313
## 4.0.0
414

515
### Major Changes

Diff for: 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.0.0",
3+
"version": "4.1.0",
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)