diff --git a/.changeset/serious-cheetahs-wink.md b/.changeset/serious-cheetahs-wink.md deleted file mode 100644 index 3849e256..00000000 --- a/.changeset/serious-cheetahs-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b2082c3b..2701c74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.2 + +### Patch Changes + +- [#427](https://github.com/import-js/eslint-import-resolver-typescript/pull/427) [`dabba8e`](https://github.com/import-js/eslint-import-resolver-typescript/commit/dabba8e97ec1f9a109b2e6fbd16372b63a4c455f) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.4.1 + ## 4.3.1 ### Patch Changes diff --git a/package.json b/package.json index 781b911e..4a693323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.1", + "version": "4.3.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",