Skip to content

Commit

Permalink
[resolvers/node] v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 8, 2023
1 parent 559480d commit c704253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resolvers/node/CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## v0.3.9 - 2023-08-08
- [fix] restore node 6 compatibility

## v0.3.8 - 2023-08-05
- [deps] update `is-core-module`, `resolve`
- [eslint] tighten up rules
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-node",
"version": "0.3.8",
"version": "0.3.9",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c704253

Please sign in to comment.