@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## v2.6.2 - 2021-08-08
9
+
10
+ ### Fixed
11
+ - Use ` context.getPhysicalFilename() ` when available (ESLint 7.28+) ([ #2160 ] , thanks [ @pmcelhaney ] )
12
+
8
13
## v2.6.1 - 2021-05-13
9
14
10
15
### Fixed
@@ -85,6 +90,7 @@ Yanked due to critical issue with cache key resulting from #839.
85
90
### Fixed
86
91
- ` unambiguous.test() ` regex is now properly in multiline mode
87
92
93
+ [ #2160 ] : https://github.com/import-js/eslint-plugin-import/pull/2160
88
94
[ #2026 ] : https://github.com/import-js/eslint-plugin-import/pull/2026
89
95
[ #1786 ] : https://github.com/import-js/eslint-plugin-import/pull/1786
90
96
[ #1671 ] : https://github.com/import-js/eslint-plugin-import/pull/1671
@@ -102,16 +108,17 @@ Yanked due to critical issue with cache key resulting from #839.
102
108
[ #1035 ] : https://github.com/import-js/eslint-plugin-import/issues/1035
103
109
[ #599 ] : https://github.com/import-js/eslint-plugin-import/pull/599
104
110
105
- [ @hulkish ] : https://github.com/hulkish
106
- [ @timkraut ] : https://github.com/timkraut
107
- [ @vikr01 ] : https://github.com/vikr01
111
+ [ @aladdin-add ] : https://github.com/aladdin-add
112
+ [ @arcanis ] : https://github.com/arcanis
108
113
[ @bradzacher ] : https://github.com/bradzacher
109
- [ @christophercurrie ] : https://github.com/christophercurrie
110
114
[ @brettz9 ] : https://github.com/brettz9
111
- [ @JounQin ] : https://github.com/JounQin
112
- [ @arcanis ] : https://github.com/arcanis
113
- [ @sompylasar ] : https://github.com/sompylasar
115
+ [ @christophercurrie ] : https://github.com/christophercurrie
116
+ [ @hulkish ] : https://github.com/hulkish
114
117
[ @iamnapo ] : https://github.com/iamnapo
118
+ [ @JounQin ] : https://github.com/JounQin
115
119
[ @kaiyoma ] : https://github.com/kaiyoma
116
120
[ @manuth ] : https://github.com/manuth
117
- [ @aladdin-add ] : https://github.com/aladdin-add
121
+ [ @pmcelhaney ] : https://github.com/pmcelhaney
122
+ [ @sompylasar ] : https://github.com/sompylasar
123
+ [ @timkraut ] : https://github.com/timkraut
124
+ [ @vikr01 ] : https://github.com/vikr01
0 commit comments