Skip to content

Commit 5124dde

Browse files
committed
[utils] v2.4.0
1 parent 0499050 commit 5124dde

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

utils/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## v2.4.0 - 2019-04-13
9+
10+
### Added
11+
- no-useless-path-segments: Add noUselessIndex option ([#1290], thanks [@timkraut])
12+
13+
### Fixed
14+
- Fix overwriting of dynamic import() CallExpression ([`no-cycle`], [`no-relative-parent-import`], [`no-unresolved`], [`no-useless-path-segments`]) ([#1218], [#1166], [#1035], thanks [@vikr01])
15+
16+
817
## v2.3.0 - 2019-01-22
918
### Fixed
1019
- use `process.hrtime()` for cache dates ([#1160], thanks [@hulkish])
@@ -37,6 +46,12 @@ Yanked due to critical issue with cache key resulting from #839.
3746

3847

3948

49+
[#1290]: https://github.com/benmosher/eslint-plugin-import/pull/1290
50+
[#1218]: https://github.com/benmosher/eslint-plugin-import/pull/1218
51+
[#1166]: https://github.com/benmosher/eslint-plugin-import/issues/1166
4052
[#1160]: https://github.com/benmosher/eslint-plugin-import/pull/1160
53+
[#1035]: https://github.com/benmosher/eslint-plugin-import/issues/1035
4154

4255
[@hulkish]: https://github.com/hulkish
56+
[@timkraut]: https://github.com/timkraut
57+
[@vikr01]: https://github.com/vikr01

utils/package.json

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

0 commit comments

Comments
 (0)