Skip to content

Commit b3e5311

Browse files
committedJul 19, 2019
bump utils to v2.4.1
1 parent 984fa3b commit b3e5311

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎utils/CHANGELOG.md

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

66
## Unreleased
77

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+
814
## v2.4.0 - 2019-04-13
915

1016
### Added
@@ -46,6 +52,8 @@ Yanked due to critical issue with cache key resulting from #839.
4652

4753

4854

55+
[#1409]: https://github.com/benmosher/eslint-plugin-import/pull/1409
56+
[#1356]: https://github.com/benmosher/eslint-plugin-import/pull/1356
4957
[#1290]: https://github.com/benmosher/eslint-plugin-import/pull/1290
5058
[#1218]: https://github.com/benmosher/eslint-plugin-import/pull/1218
5159
[#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.
5563
[@hulkish]: https://github.com/hulkish
5664
[@timkraut]: https://github.com/timkraut
5765
[@vikr01]: https://github.com/vikr01
66+
[@bradzacher]: https://github.com/bradzacher
67+
[@christophercurrie]: https://github.com/christophercurrie

‎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.4.0",
3+
"version": "2.4.1",
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.