diff --git a/.changeset/rare-plants-wait.md b/.changeset/rare-plants-wait.md deleted file mode 100644 index bd40eb2..0000000 --- a/.changeset/rare-plants-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: resolve modules if folder contains a package.json file diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c68aa..3afdd6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.5.2 + +### Patch Changes + +- [#187](https://github.com/import-js/eslint-import-resolver-typescript/pull/187) [`7a91daf`](https://github.com/import-js/eslint-import-resolver-typescript/commit/7a91daf305ab968b7dd54eae8b727bcdb9c6d9a2) Thanks [@scott-ut](https://github.com/scott-ut)! - fix: resolve modules if folder contains a package.json file + ## 3.5.1 ### Patch Changes diff --git a/package.json b/package.json index 6acf63d..aefe02d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.5.1", + "version": "3.5.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",