From 2c85efee1f42a844be1d9406532e3f8632f86f58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Jul 2022 17:23:18 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/metal-worms-tell.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/metal-worms-tell.md 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",