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",