From 830be2cdc1a4c47e940dede367961baf1ec2fd6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:13:18 +0800 Subject: [PATCH] chore: release eslint-import-resolver-typescript (#220) Co-authored-by: github-actions[bot] --- .changeset/large-spoons-behave.md | 5 ----- .changeset/rich-icons-hope.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/large-spoons-behave.md delete mode 100644 .changeset/rich-icons-hope.md diff --git a/.changeset/large-spoons-behave.md b/.changeset/large-spoons-behave.md deleted file mode 100644 index e97d217..0000000 --- a/.changeset/large-spoons-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -fix: enhanced-resolve is commonjs only - close #213 diff --git a/.changeset/rich-icons-hope.md b/.changeset/rich-icons-hope.md deleted file mode 100644 index 2668349..0000000 --- a/.changeset/rich-icons-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: check if cwd changed to bust mapper cache diff --git a/CHANGELOG.md b/CHANGELOG.md index ad40f4d..dcc93e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.5.4 + +### Patch Changes + +- [`25f3920`](https://github.com/import-js/eslint-import-resolver-typescript/commit/25f3920cdef31701396fe25dd0942c472400b3a6) Thanks [@JounQin](https://github.com/JounQin)! - fix: enhanced-resolve is commonjs only - close #213 + +- [#219](https://github.com/import-js/eslint-import-resolver-typescript/pull/219) [`0bf6ffb`](https://github.com/import-js/eslint-import-resolver-typescript/commit/0bf6ffb82bad35e96b22b7b7b91b94aa7ed875f8) Thanks [@lsmurray](https://github.com/lsmurray)! - fix: check if cwd changed to bust mapper cache + ## 3.5.3 ### Patch Changes diff --git a/package.json b/package.json index 0476885..1b902ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.5.3", + "version": "3.5.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",