Skip to content

Commit 85f9b79

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

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/tiny-ligers-visit.md

-7
This file was deleted.

CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- [#413](https://github.com/import-js/eslint-import-resolver-typescript/pull/413) [`89c2795`](https://github.com/import-js/eslint-import-resolver-typescript/commit/89c2795cde0ddf0c38c941ee4cf5d4ce1f3ac842) Thanks [@JounQin](https://github.com/JounQin)! - chore: housekeeping, bump all (dev) deps
8+
9+
Migrate `rspack-resolver` to rebranding [`unrs-resolver`](https://github.com/unrs/unrs-resolver) for more targets support and other bug fixes
10+
311
## 3.9.1
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.9.1",
3+
"version": "3.10.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)