Skip to content

Commit

Permalink
[resolvers/node] v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 11, 2023
1 parent 9288cf7 commit 74e2a95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resolvers/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## v0.3.7 - 2023-01-11
### Changed
- [Refactor] use `is-core-module` directly

## v0.3.6 - 2021-08-15
### Fixed
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.6",
"version": "0.3.7",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 74e2a95

Please sign in to comment.