diff --git a/.changeset/metal-worms-tell.md b/.changeset/metal-worms-tell.md deleted file mode 100644 index 832c3b7..0000000 --- a/.changeset/metal-worms-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -build: use pnpm as manager, yarn pnp is still supported diff --git a/CHANGELOG.md b/CHANGELOG.md index 60676d0..ac517fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.2.5 + +### Patch Changes + +- [#136](https://github.com/import-js/eslint-import-resolver-typescript/pull/136) [`abf8907`](https://github.com/import-js/eslint-import-resolver-typescript/commit/abf89078298ab9de2dcdf197d73cd39452fa043b) Thanks [@JounQin](https://github.com/JounQin)! - build: use pnpm as manager, yarn pnp is still supported + ## 3.2.4 ### Patch Changes diff --git a/package.json b/package.json index 56e30eb..fdc88a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.2.4", + "version": "3.2.5", "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",