diff --git a/.changeset/gold-papayas-invent.md b/.changeset/gold-papayas-invent.md deleted file mode 100644 index 18b7ce3..0000000 --- a/.changeset/gold-papayas-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: use yarn v3 with PnP linker, close #130 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b72de7..304272b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.2.2 + +### Patch Changes + +- [#133](https://github.com/import-js/eslint-import-resolver-typescript/pull/133) [`d944b26`](https://github.com/import-js/eslint-import-resolver-typescript/commit/d944b26e44c3f4e56ce41bb21584b86f8b4b8da5) Thanks [@JounQin](https://github.com/JounQin)! - fix: use yarn v3 with PnP linker, close #130 + ## 3.2.1 ### Patch Changes diff --git a/package.json b/package.json index 6d920fd..7c068f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.2.1", + "version": "3.2.2", "type": "module", "description": "TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",