diff --git a/.changeset/serious-cheetahs-wink.md b/.changeset/serious-cheetahs-wink.md deleted file mode 100644 index ed845512..00000000 --- a/.changeset/serious-cheetahs-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2701c74b..e6416267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.3 + +### Patch Changes + +- [#433](https://github.com/import-js/eslint-import-resolver-typescript/pull/433) [`834b11e`](https://github.com/import-js/eslint-import-resolver-typescript/commit/834b11e65158a4079aac754779f5af013c907358) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.6.0 + ## 4.3.2 ### Patch Changes diff --git a/package.json b/package.json index 4e19cbe0..6cfec638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.2", + "version": "4.3.3", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",