From 53516db3fd907179d9d3d2b024ec7a43a134d5f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:25:46 +0800 Subject: [PATCH] chore: release eslint-import-resolver-typescript v3.2.5 (#142) Co-authored-by: github-actions[bot] --- .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",