Skip to content

Commit c704253

Browse files
committed
[resolvers/node] v0.3.9
1 parent 559480d commit c704253

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resolvers/node/CHANGELOG.md

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

66
## Unreleased
77

8+
## v0.3.9 - 2023-08-08
9+
- [fix] restore node 6 compatibility
10+
811
## v0.3.8 - 2023-08-05
912
- [deps] update `is-core-module`, `resolve`
1013
- [eslint] tighten up rules

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.8",
3+
"version": "0.3.9",
44
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)