diff --git a/.changeset/purple-buttons-lay.md b/.changeset/purple-buttons-lay.md deleted file mode 100644 index c8618a1..0000000 --- a/.changeset/purple-buttons-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-import-resolver-typescript': patch ---- - -Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency. diff --git a/.changeset/spotty-grapes-draw.md b/.changeset/spotty-grapes-draw.md deleted file mode 100644 index a1d3eb4..0000000 --- a/.changeset/spotty-grapes-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-import-resolver-typescript": patch ---- - -chore(deps): remove `is-core-module` dependency diff --git a/CHANGELOG.md b/CHANGELOG.md index 55955e6..d33cafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.6.2 + +### Patch Changes + +- [#294](https://github.com/import-js/eslint-import-resolver-typescript/pull/294) [`10f9b17`](https://github.com/import-js/eslint-import-resolver-typescript/commit/10f9b17d9ec96c9d38085894710f041bdce5aa86) Thanks [@RobinTail](https://github.com/RobinTail)! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency. + +- [#295](https://github.com/import-js/eslint-import-resolver-typescript/pull/295) [`ff3d3c6`](https://github.com/import-js/eslint-import-resolver-typescript/commit/ff3d3c6fc0bc8d88b4c33abe2d4449db47232d17) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - chore(deps): remove `is-core-module` dependency + ## 3.6.1 ### Patch Changes diff --git a/package.json b/package.json index 8156583..f14d4b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "3.6.1", + "version": "3.6.2", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",