Skip to content

Commit

Permalink
chore: release eslint-import-resolver-typescript (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 14, 2024
1 parent ff3d3c6 commit 79148f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-buttons-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-grapes-draw.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 79148f4

Please sign in to comment.