diff --git a/.changeset/angry-days-attack.md b/.changeset/angry-days-attack.md deleted file mode 100644 index 3403bbe2..00000000 --- a/.changeset/angry-days-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.3.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 194c087e..b2082c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.1 + +### Patch Changes + +- [#425](https://github.com/import-js/eslint-import-resolver-typescript/pull/425) [`2ced0ba`](https://github.com/import-js/eslint-import-resolver-typescript/commit/2ced0ba8939c3f1ece076fa718fd831e8ecbb2ec) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.3.3 + ## 4.3.0 ### Minor Changes diff --git a/package.json b/package.json index f6935f0a..beee64db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.0", + "version": "4.3.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",