Skip to content

Commit c9b5626

Browse files
chore: release eslint-import-resolver-typescript (import-js#302)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8d7b82 commit c9b5626

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/dirty-lobsters-behave.md

-5
This file was deleted.

.changeset/purple-planes-grin.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 3.6.3
4+
5+
### Patch Changes
6+
7+
- [#305](https://github.com/import-js/eslint-import-resolver-typescript/pull/305) [`f8d7b82`](https://github.com/import-js/eslint-import-resolver-typescript/commit/f8d7b82d3e1137c9537f3c4bd7d67044b310475d) Thanks [@SukkaW](https://github.com/SukkaW)! - Fix resolve for `node:test`, `node:sea`, and `node:sqlite` without sacrificing installation size
8+
9+
- [#288](https://github.com/import-js/eslint-import-resolver-typescript/pull/288) [`a4c6c78`](https://github.com/import-js/eslint-import-resolver-typescript/commit/a4c6c78904e8e7123503f6784fdbded3d4a026ed) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - fix: ignore bun built-in modules
10+
311
## 3.6.2
412

513
### 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": "3.6.2",
3+
"version": "3.6.3",
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)