diff --git a/.changeset/gorgeous-wasps-happen.md b/.changeset/gorgeous-wasps-happen.md deleted file mode 100644 index f386f68..0000000 --- a/.changeset/gorgeous-wasps-happen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `rspack-resolver` for better P'n'P support - -Now `rspack-resolver` resolves `pnpapi` natively. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbda54..238f62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.2 + +### Patch Changes + +- [#397](https://github.com/import-js/eslint-import-resolver-typescript/pull/397) [`14a7688`](https://github.com/import-js/eslint-import-resolver-typescript/commit/14a76885499cf99b0e5ea588aeb916a881c4efcb) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `rspack-resolver` for better P'n'P support + + Now `rspack-resolver` resolves `pnpapi` natively. + ## 4.2.1 ### Patch Changes diff --git a/package.json b/package.json index 75a7083..e0d9de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.1", + "version": "4.2.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",