diff --git a/.changeset/fluffy-poets-applaud.md b/.changeset/fluffy-poets-applaud.md deleted file mode 100644 index 5f0c657..0000000 --- a/.changeset/fluffy-poets-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore(package): remove node 12 from engines field 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..2bc210f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.5.2 + +### Patch Changes + +- [#193](https://github.com/import-js/eslint-import-resolver-typescript/pull/193) [`8756a26`](https://github.com/import-js/eslint-import-resolver-typescript/commit/8756a26aec2ad55b94a1198ec5be9660d2eac3f7) Thanks [@Rialgar](https://github.com/Rialgar)! - chore(package): remove node 12 from engines field + +- [#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 f7c4a48..74a11ac 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",