diff --git a/.changeset/late-elephants-confess.md b/.changeset/late-elephants-confess.md deleted file mode 100644 index fda4961..0000000 --- a/.changeset/late-elephants-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: add more extension aliases for ts source/declaration files diff --git a/.changeset/real-waves-breathe.md b/.changeset/real-waves-breathe.md deleted file mode 100644 index 7b0d7e9..0000000 --- a/.changeset/real-waves-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix(deps): bump `unrs-resolver` which resolves #406, #409, #437 diff --git a/CHANGELOG.md b/CHANGELOG.md index e641626..96646ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.3.4 + +### Patch Changes + +- [#442](https://github.com/import-js/eslint-import-resolver-typescript/pull/442) [`57611d9`](https://github.com/import-js/eslint-import-resolver-typescript/commit/57611d9818c5b98d792a03f7392d9c0802a7b961) Thanks [@JounQin](https://github.com/JounQin)! - fix: add more extension aliases for ts source/declaration files + +- [#444](https://github.com/import-js/eslint-import-resolver-typescript/pull/444) [`bd45fcd`](https://github.com/import-js/eslint-import-resolver-typescript/commit/bd45fcd5b4ff8e7cf4b9e5b0dbe8ed146de58c1b) Thanks [@JounQin](https://github.com/JounQin)! - fix(deps): bump `unrs-resolver` which resolves #406, #409, #437 + ## 4.3.3 ### Patch Changes diff --git a/package.json b/package.json index 378d5c0..4499f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.3", + "version": "4.3.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",