@@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## v0.3.6 - 2021-08-15
9
+ ### Fixed
10
+ - when "module" does not exist, fall back to "main" ([ #2186 ] , thanks [ @ljharb ] )
11
+
8
12
## v0.3.5 - 2021-08-08
9
13
### Added
10
14
- 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
52
56
### Fixed
53
57
- find files with ` .json ` extensions (#333 , thanks for noticing @jfmengels )
54
58
59
+ [ #2186 ] : https://github.com/import-js/eslint-plugin-import/issues/2186
55
60
[ #2166 ] : https://github.com/import-js/eslint-plugin-import/pull/2166
56
- [ #438 ] : https://github.com/import-js/eslint-plugin-import/pull/438
57
-
58
61
[ #1663 ] : https://github.com/import-js/eslint-plugin-import/issues/1663
59
62
[ #1595 ] : https://github.com/import-js/eslint-plugin-import/pull/1595
60
63
[ #939 ] : https://github.com/import-js/eslint-plugin-import/issues/939
61
64
[ #531 ] : https://github.com/import-js/eslint-plugin-import/issues/531
65
+ [ #438 ] : https://github.com/import-js/eslint-plugin-import/pull/438
62
66
[ #437 ] : https://github.com/import-js/eslint-plugin-import/issues/437
63
67
64
68
[ @jasonkarns ] : https://github.com/jasonkarns
65
69
[ @lukeapage ] : https://github.com/lukeapage
66
70
[ @SkeLLLa ] : https://github.com/SkeLLLa
67
71
[ @ljharb ] : https://github.com/ljharb
68
72
[ @opichals ] : https://github.com/opichals
69
- [ @MustafaHaddara ] : https://github.com/MustafaHaddara
73
+ [ @MustafaHaddara ] : https://github.com/MustafaHaddara
0 commit comments