From 796d219d7bd107e9bc4b97dfb444cdd7b6149758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 05:02:56 -0500 Subject: [PATCH] chore: release eslint-import-resolver-typescript (#242) Co-authored-by: github-actions[bot] --- .changeset/curly-scissors-build.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-scissors-build.md 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",