diff --git a/.changeset/spicy-stingrays-remain.md b/.changeset/spicy-stingrays-remain.md deleted file mode 100644 index e2229c3..0000000 --- a/.changeset/spicy-stingrays-remain.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: migrate to rebranding `unrs-resolver` with new targets supported: - -- `i686-pc-windows-msvc` -- `armv7-unknown-linux-musleabihf` -- `powerpc64le-unknown-linux-gnu` -- `s390x-unknown-linux-gnu` diff --git a/CHANGELOG.md b/CHANGELOG.md index abd1dc1..d5b44bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.2.4 + +### Patch Changes + +- [#407](https://github.com/import-js/eslint-import-resolver-typescript/pull/407) [`6b183ff`](https://github.com/import-js/eslint-import-resolver-typescript/commit/6b183fff1b42dfb1514545b91021dfa73ab4a1c5) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported: + + - `i686-pc-windows-msvc` + - `armv7-unknown-linux-musleabihf` + - `powerpc64le-unknown-linux-gnu` + - `s390x-unknown-linux-gnu` + ## 4.2.3 ### Patch Changes diff --git a/package.json b/package.json index 6ca352b..45eb63e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.3", + "version": "4.2.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",