diff --git a/.changeset/quiet-moons-sell.md b/.changeset/quiet-moons-sell.md deleted file mode 100644 index f3a652d..0000000 --- a/.changeset/quiet-moons-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -fix: absolute path aliasing should not be skipped diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b44bf..5d73a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.2.5 + +### Patch Changes + +- [#410](https://github.com/import-js/eslint-import-resolver-typescript/pull/410) [`ec59d22`](https://github.com/import-js/eslint-import-resolver-typescript/commit/ec59d22fdd1ec8093dcb97da626c28ea346f41e3) Thanks [@JounQin](https://github.com/JounQin)! - fix: absolute path aliasing should not be skipped + ## 4.2.4 ### Patch Changes diff --git a/package.json b/package.json index 7b6f45b..c42bf6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.2.4", + "version": "4.2.5", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript",