diff --git a/.changeset/gold-rabbits-walk.md b/.changeset/gold-rabbits-walk.md deleted file mode 100644 index 2d96485..0000000 --- a/.changeset/gold-rabbits-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: `require` entry types, add `module-sync` entry diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9b4c18e..7e79f5e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -4,6 +4,7 @@ on: pull_request: types: - opened + - reopened - synchronize concurrency: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d73a4b..bb4d4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.2.6 + +### Patch Changes + +- [#417](https://github.com/import-js/eslint-import-resolver-typescript/pull/417) [`c3f678b`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c3f678ba550f027bfb1f1b64a1750fc1fe83c5e3) Thanks [@JounQin](https://github.com/JounQin)! - fix: `require` entry types, add `module-sync` entry + ## 4.2.5 ### Patch Changes diff --git a/package.json b/package.json index f2161eb..d2f9705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.5", + "version": "4.2.6", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",