diff --git a/.changeset/curly-scissors-build.md b/.changeset/curly-scissors-build.md deleted file mode 100644 index 9e16fb3..0000000 --- a/.changeset/curly-scissors-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Fix CJS import to make it compatible with ESM projects diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c89d6..55955e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.6.1 + +### Patch Changes + +- [#241](https://github.com/import-js/eslint-import-resolver-typescript/pull/241) [`cf5d67f`](https://github.com/import-js/eslint-import-resolver-typescript/commit/cf5d67f8482bbb2b8ef3e7572f4791a00b4119aa) Thanks [@klippx](https://github.com/klippx)! - Fix CJS import to make it compatible with ESM projects + ## 3.6.0 ### Minor Changes diff --git a/package.json b/package.json index 1c63f2f..753be55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.6.0", + "version": "3.6.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",