From e7c2912c38cd2c8d32d8b2cc04502c33a8079c83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 07:02:14 +0800 Subject: [PATCH] chore: release eslint-import-resolver-typescript v3.4.2 (#170) Co-authored-by: github-actions[bot] Co-authored-by: JounQin --- .changeset/grumpy-radios-add.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-radios-add.md diff --git a/.changeset/grumpy-radios-add.md b/.changeset/grumpy-radios-add.md deleted file mode 100644 index 9b795c1..0000000 --- a/.changeset/grumpy-radios-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -chore(deps): update dependency synckit to ^0.8.3 for yarn PnP ([#169](https://github.com/import-js/eslint-import-resolver-typescript/pull/169)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719bf47..d31baf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.4.2 + +### Patch Changes + +- [`594df9c`](https://github.com/import-js/eslint-import-resolver-typescript/commit/594df9c586fccab3cf29add6e9116c1dfece7935) Thanks [@HanSeo0507](https://github.com/HanSeo0507)! - chore(deps): update dependency synckit to ^0.8.3 for yarn PnP ([#169](https://github.com/import-js/eslint-import-resolver-typescript/pull/169)) + ## 3.4.1 ### Patch Changes diff --git a/package.json b/package.json index f4f9688..b119d88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.4.1", + "version": "3.4.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",