diff --git a/.changeset/small-drinks-wave.md b/.changeset/small-drinks-wave.md deleted file mode 100644 index 14e7b3b7..00000000 --- a/.changeset/small-drinks-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix(deps): bump `eslint-import-context` to v0.1.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d4494e..08d24258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.4.1 + +### Patch Changes + +- [#457](https://github.com/import-js/eslint-import-resolver-typescript/pull/457) [`d9f3e68`](https://github.com/import-js/eslint-import-resolver-typescript/commit/d9f3e687ec9cfdd8cda77943f173ffc6bd469ea6) Thanks [@JounQin](https://github.com/JounQin)! - fix(deps): bump `eslint-import-context` to v0.1.5 + ## 4.4.0 ### Minor Changes diff --git a/package.json b/package.json index 3be21d40..33c94bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.4.0", + "version": "4.4.1", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",