diff --git a/.changeset/kind-keys-mix.md b/.changeset/kind-keys-mix.md deleted file mode 100644 index 7319c9be..00000000 --- a/.changeset/kind-keys-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore(deps): bump `stable-hash-x` v0.2.0 diff --git a/.changeset/slick-breads-feel.md b/.changeset/slick-breads-feel.md deleted file mode 100644 index 28212575..00000000 --- a/.changeset/slick-breads-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: include options hash in cache key for options normalization diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b580e91..59309558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.4.4 + +### Patch Changes + +- [#468](https://github.com/import-js/eslint-import-resolver-typescript/pull/468) [`93b39d2`](https://github.com/import-js/eslint-import-resolver-typescript/commit/93b39d2c4f6c67683e5eabed9fe3b7d61565d263) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): bump `stable-hash-x` v0.2.0 + +- [#466](https://github.com/import-js/eslint-import-resolver-typescript/pull/466) [`799f1ce`](https://github.com/import-js/eslint-import-resolver-typescript/commit/799f1ce2b23487c371470cac048ff76a736faf93) Thanks [@anomiex](https://github.com/anomiex)! - fix: include options hash in cache key for options normalization + ## 4.4.3 ### Patch Changes diff --git a/package.json b/package.json index cb5b890f..2fd9e037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.4.3", + "version": "4.4.4", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",