diff --git a/.changeset/brave-pets-act.md b/.changeset/brave-pets-act.md deleted file mode 100644 index d1de6db..0000000 --- a/.changeset/brave-pets-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Set cwd while resolving tsconfig include diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1a2c5..3d6c82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.8.1 + +### Patch Changes + +- [#352](https://github.com/import-js/eslint-import-resolver-typescript/pull/352) [`0c6303d`](https://github.com/import-js/eslint-import-resolver-typescript/commit/0c6303d336093ecdac522da0bc1f57ef3ba85f9d) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Set cwd while resolving tsconfig include + ## 3.8.0 ### Minor Changes diff --git a/package.json b/package.json index 2c54875..f4c1ed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.8.0", + "version": "3.8.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",