diff --git a/.changeset/thin-bulldogs-fetch.md b/.changeset/thin-bulldogs-fetch.md deleted file mode 100644 index 8bb60d9..0000000 --- a/.changeset/thin-bulldogs-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": minor ---- - -feat: migrate `enhanced-resolve` to `oxc-resolver` diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7202b..26f81ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.9.0 + +### Minor Changes + +- [#379](https://github.com/import-js/eslint-import-resolver-typescript/pull/379) [`6814443`](https://github.com/import-js/eslint-import-resolver-typescript/commit/681444336fc66104b9b490838a67ea7bf8ac8b61) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `enhanced-resolve` to `oxc-resolver` + ## 3.8.7 ### Patch Changes diff --git a/package.json b/package.json index da134f3..9c3d8d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.8.7", + "version": "3.9.0", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",