We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent 32bf645 commit 74fa6c9Copy full SHA for 74fa6c9
resolvers/node/CHANGELOG.md
@@ -5,6 +5,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
6
## Unreleased
7
8
+## v0.3.5 - 2021-08-08
9
### Added
10
- use "module" in the same spot as "jsnext:main" ([#2166], thanks [@MustafaHaddara])
11
resolvers/node/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-import-resolver-node",
3
- "version": "0.3.4",
+ "version": "0.3.5",
4
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
0 commit comments