diff --git a/.changeset/few-ducks-sniff.md b/.changeset/few-ducks-sniff.md deleted file mode 100644 index 5eecb88b..00000000 --- a/.changeset/few-ducks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: bump `unrs-resolver` to v1.6.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f10e05a1..a7d5d9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.10.1 + +### Patch Changes + +- [#439](https://github.com/import-js/eslint-import-resolver-typescript/pull/439) [`c1d64c3`](https://github.com/import-js/eslint-import-resolver-typescript/commit/c1d64c3c31458f1d4bf9b68290f335c7d06215b5) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.6.2 + ## 3.10.0 ### Minor Changes diff --git a/package.json b/package.json index c001d81d..b5384640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.10.0", + "version": "3.10.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",