diff --git a/.changeset/tame-panthers-cheat.md b/.changeset/tame-panthers-cheat.md deleted file mode 100644 index 30dbf2d1..00000000 --- a/.changeset/tame-panthers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: try index.d.ts automatically diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cfa56e..f08ef040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.1.3 + +### Patch Changes + +- [#121](https://github.com/import-js/eslint-import-resolver-typescript/pull/121) [`35d3022`](https://github.com/import-js/eslint-import-resolver-typescript/commit/35d30226b964522bc698e842eb32eccfcf92545d) Thanks [@JounQin](https://github.com/JounQin)! - fix: try index.d.ts automatically + ## 3.1.2 ### Patch Changes diff --git a/package.json b/package.json index b0a1a53f..326e8fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.1.2", + "version": "3.1.3", "type": "module", "description": "TypeScript `.cts`, `.mts`, `.ts`, `.tsx` module resolver for `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",