From 361974517e1a52c38a117cbe5a71e18f03b42163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:39:07 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/tiny-ligers-visit.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tiny-ligers-visit.md diff --git a/.changeset/tiny-ligers-visit.md b/.changeset/tiny-ligers-visit.md deleted file mode 100644 index 1fb2ef6..0000000 --- a/.changeset/tiny-ligers-visit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-import-resolver-typescript": minor ---- - -chore: housekeeping, bump all (dev) deps - -Migrate `rspack-resolver` to rebranding [`unrs-resolver`](https://github.com/unrs/unrs-resolver) for more targets support and other bug fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index b003989..f10e05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.10.0 + +### Minor Changes + +- [#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 + + Migrate `rspack-resolver` to rebranding [`unrs-resolver`](https://github.com/unrs/unrs-resolver) for more targets support and other bug fixes + ## 3.9.1 ### Patch Changes diff --git a/package.json b/package.json index f9993fa..5716b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.9.1", + "version": "3.10.0", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",