Skip to content

Commit 546f87f

Browse files
committedAug 8, 2021
utils: v2.6.2
1 parent 74fa6c9 commit 546f87f

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed
 

‎utils/CHANGELOG.md

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

66
## Unreleased
77

8+
## v2.6.2 - 2021-08-08
9+
10+
### Fixed
11+
- Use `context.getPhysicalFilename()` when available (ESLint 7.28+) ([#2160], thanks [@pmcelhaney])
12+
813
## v2.6.1 - 2021-05-13
914

1015
### Fixed
@@ -85,6 +90,7 @@ Yanked due to critical issue with cache key resulting from #839.
8590
### Fixed
8691
- `unambiguous.test()` regex is now properly in multiline mode
8792

93+
[#2160]: https://github.com/import-js/eslint-plugin-import/pull/2160
8894
[#2026]: https://github.com/import-js/eslint-plugin-import/pull/2026
8995
[#1786]: https://github.com/import-js/eslint-plugin-import/pull/1786
9096
[#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.
102108
[#1035]: https://github.com/import-js/eslint-plugin-import/issues/1035
103109
[#599]: https://github.com/import-js/eslint-plugin-import/pull/599
104110

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
108113
[@bradzacher]: https://github.com/bradzacher
109-
[@christophercurrie]: https://github.com/christophercurrie
110114
[@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
114117
[@iamnapo]: https://github.com/iamnapo
118+
[@JounQin]: https://github.com/JounQin
115119
[@kaiyoma]: https://github.com/kaiyoma
116120
[@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

‎utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.