Skip to content

Commit 74e2a95

Browse files
committed
[resolvers/node] v0.3.7
1 parent 9288cf7 commit 74e2a95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resolvers/node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## v0.3.7 - 2023-01-11
9+
### Changed
10+
- [Refactor] use `is-core-module` directly
11+
812
## v0.3.6 - 2021-08-15
913
### Fixed
1014
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])

resolvers/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-node",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)