File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## v2.4.1 - 2019-07-19
9
+
10
+ ### Fixed
11
+ - Improve parse perf when using ` @typescript-eslint/parser ` ([ #1409 ] , thanks [ @bradzacher ] )
12
+ - Improve support for Typescript declare structures ([ #1356 ] , thanks [ @christophercurrie ] )
13
+
8
14
## v2.4.0 - 2019-04-13
9
15
10
16
### Added
@@ -46,6 +52,8 @@ Yanked due to critical issue with cache key resulting from #839.
46
52
47
53
48
54
55
+ [ #1409 ] : https://github.com/benmosher/eslint-plugin-import/pull/1409
56
+ [ #1356 ] : https://github.com/benmosher/eslint-plugin-import/pull/1356
49
57
[ #1290 ] : https://github.com/benmosher/eslint-plugin-import/pull/1290
50
58
[ #1218 ] : https://github.com/benmosher/eslint-plugin-import/pull/1218
51
59
[ #1166 ] : https://github.com/benmosher/eslint-plugin-import/issues/1166
@@ -55,3 +63,5 @@ Yanked due to critical issue with cache key resulting from #839.
55
63
[ @hulkish ] : https://github.com/hulkish
56
64
[ @timkraut ] : https://github.com/timkraut
57
65
[ @vikr01 ] : https://github.com/vikr01
66
+ [ @bradzacher ] : https://github.com/bradzacher
67
+ [ @christophercurrie ] : https://github.com/christophercurrie
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-module-utils" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments