diff --git a/.changeset/good-queens-shout.md b/.changeset/good-queens-shout.md deleted file mode 100644 index bc15385b..00000000 --- a/.changeset/good-queens-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: don't set empty `configFile` when no `tsconfig` found diff --git a/.changeset/modern-turtles-hide.md b/.changeset/modern-turtles-hide.md deleted file mode 100644 index 38f83063..00000000 --- a/.changeset/modern-turtles-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `rspack-resolver` to v1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf2586f..5fbda544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.1 + +### Patch Changes + +- [#394](https://github.com/import-js/eslint-import-resolver-typescript/pull/394) [`9f11f6b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/9f11f6bb94f1f9eae6794eea3e4624b80ceac305) Thanks [@JounQin](https://github.com/JounQin)! - fix: don't set empty `configFile` when no `tsconfig` found + +- [#394](https://github.com/import-js/eslint-import-resolver-typescript/pull/394) [`9f11f6b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/9f11f6bb94f1f9eae6794eea3e4624b80ceac305) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `rspack-resolver` to v1.2.0 + ## 4.2.0 ### Minor Changes diff --git a/package.json b/package.json index 58a56c0f..f28e4e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.0", + "version": "4.2.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",