Skip to content

Commit 8be2ec2

Browse files
committedAug 15, 2021
[resolvers/node] v0.3.6
1 parent 750ba25 commit 8be2ec2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎resolvers/node/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## v0.3.6 - 2021-08-15
9+
### Fixed
10+
- when "module" does not exist, fall back to "main" ([#2186], thanks [@ljharb])
11+
812
## v0.3.5 - 2021-08-08
913
### Added
1014
- use "module" in the same spot as "jsnext:main" ([#2166], thanks [@MustafaHaddara])
@@ -52,18 +56,18 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5256
### Fixed
5357
- find files with `.json` extensions (#333, thanks for noticing @jfmengels)
5458

59+
[#2186]: https://github.com/import-js/eslint-plugin-import/issues/2186
5560
[#2166]: https://github.com/import-js/eslint-plugin-import/pull/2166
56-
[#438]: https://github.com/import-js/eslint-plugin-import/pull/438
57-
5861
[#1663]: https://github.com/import-js/eslint-plugin-import/issues/1663
5962
[#1595]: https://github.com/import-js/eslint-plugin-import/pull/1595
6063
[#939]: https://github.com/import-js/eslint-plugin-import/issues/939
6164
[#531]: https://github.com/import-js/eslint-plugin-import/issues/531
65+
[#438]: https://github.com/import-js/eslint-plugin-import/pull/438
6266
[#437]: https://github.com/import-js/eslint-plugin-import/issues/437
6367

6468
[@jasonkarns]: https://github.com/jasonkarns
6569
[@lukeapage]: https://github.com/lukeapage
6670
[@SkeLLLa]: https://github.com/SkeLLLa
6771
[@ljharb]: https://github.com/ljharb
6872
[@opichals]: https://github.com/opichals
69-
[@MustafaHaddara]: https://github.com/MustafaHaddara
73+
[@MustafaHaddara]: https://github.com/MustafaHaddara

‎resolvers/node/package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.