From cc2c420b3ee1c41ec149d0e721cdfa15486266ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:34:42 +0000 Subject: [PATCH] chore: release eslint-import-resolver-typescript --- .changeset/nasty-doors-mix.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nasty-doors-mix.md diff --git a/.changeset/nasty-doors-mix.md b/.changeset/nasty-doors-mix.md deleted file mode 100644 index c31f017f..00000000 --- a/.changeset/nasty-doors-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore: migrate `stable-hash` to `stable-hash-x` diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e8ee9a..8b580e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.4.3 + +### Patch Changes + +- [#462](https://github.com/import-js/eslint-import-resolver-typescript/pull/462) [`43575e7`](https://github.com/import-js/eslint-import-resolver-typescript/commit/43575e7c59d979b396ca8bdd96e3e8464243ed8e) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate `stable-hash` to `stable-hash-x` + ## 4.4.2 ### Patch Changes diff --git a/package.json b/package.json index 266a1330..a4ef7d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.4.2", + "version": "4.4.3", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",