Skip to content

Commit

Permalink
bump utils to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 19, 2019
1 parent 984fa3b commit b3e5311
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions utils/CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## v2.4.1 - 2019-07-19

### Fixed
- Improve parse perf when using `@typescript-eslint/parser` ([#1409], thanks [@bradzacher])
- Improve support for Typescript declare structures ([#1356], thanks [@christophercurrie])

## v2.4.0 - 2019-04-13

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



[#1409]: https://github.com/benmosher/eslint-plugin-import/pull/1409
[#1356]: https://github.com/benmosher/eslint-plugin-import/pull/1356
[#1290]: https://github.com/benmosher/eslint-plugin-import/pull/1290
[#1218]: https://github.com/benmosher/eslint-plugin-import/pull/1218
[#1166]: https://github.com/benmosher/eslint-plugin-import/issues/1166
Expand All @@ -55,3 +63,5 @@ Yanked due to critical issue with cache key resulting from #839.
[@hulkish]: https://github.com/hulkish
[@timkraut]: https://github.com/timkraut
[@vikr01]: https://github.com/vikr01
[@bradzacher]: https://github.com/bradzacher
[@christophercurrie]: https://github.com/christophercurrie
2 changes: 1 addition & 1 deletion utils/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-module-utils",
"version": "2.4.0",
"version": "2.4.1",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit b3e5311

Please sign in to comment.