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",