diff --git a/.changeset/cyan-parrots-act.md b/.changeset/cyan-parrots-act.md deleted file mode 100644 index 49e6f85..0000000 --- a/.changeset/cyan-parrots-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -perf: disable `throwIfNoEntry` on Node 14+ diff --git a/CHANGELOG.md b/CHANGELOG.md index aad55a7..e9c68aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.5.1 + +### Patch Changes + +- [#182](https://github.com/import-js/eslint-import-resolver-typescript/pull/182) [`afeb928`](https://github.com/import-js/eslint-import-resolver-typescript/commit/afeb928b304e7196b10f71aec873fca739a9ad93) Thanks [@chenxinyanc](https://github.com/chenxinyanc)! - perf: disable `throwIfNoEntry` on Node 14+ + ## 3.5.0 ### Minor Changes diff --git a/package.json b/package.json index eb67284..ec1bc89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.5.0", + "version": "3.5.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",