From 8d69aab7a1f4b7d64c93f371b411a8e80e462eff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Feb 2025 10:26:41 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/fast-parrots-applaud.md | 5 ----- .changeset/forty-beans-tickle.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fast-parrots-applaud.md delete mode 100644 .changeset/forty-beans-tickle.md diff --git a/.changeset/fast-parrots-applaud.md b/.changeset/fast-parrots-applaud.md deleted file mode 100644 index c8fc6aa..0000000 --- a/.changeset/fast-parrots-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Force tiniglobby to expand dot directories diff --git a/.changeset/forty-beans-tickle.md b/.changeset/forty-beans-tickle.md deleted file mode 100644 index 2adc127..0000000 --- a/.changeset/forty-beans-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Update tinyglobby to latest version diff --git a/CHANGELOG.md b/CHANGELOG.md index 8faa6fa..1dd6496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.8.3 + +### Patch Changes + +- [#360](https://github.com/import-js/eslint-import-resolver-typescript/pull/360) [`8192976`](https://github.com/import-js/eslint-import-resolver-typescript/commit/81929767a9e440eaa730f4c76b932da7bbd9eed7) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Force tiniglobby to expand dot directories + +- [#360](https://github.com/import-js/eslint-import-resolver-typescript/pull/360) [`8192976`](https://github.com/import-js/eslint-import-resolver-typescript/commit/81929767a9e440eaa730f4c76b932da7bbd9eed7) Thanks [@carlocorradini](https://github.com/carlocorradini)! - Update tinyglobby to latest version + ## 3.8.2 ### Patch Changes diff --git a/package.json b/package.json index 50a5206..758c4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.8.2", + "version": "3.8.3", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",