@@ -8,6 +8,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
88- Added new rule [ ` no-restricted-paths ` ] . ([ #155 ] /[ #371 ] , thanks [ @lo1tuma ] )
99- [ ` import/core-modules ` setting] : allow configuration of additional module names,
1010 to be treated as builtin modules (a la ` path ` , etc. in Node). ([ #275 ] + [ #365 ] , thanks [ @sindresorhus ] for driving)
11+ ### Fixed
12+ - Fixed crash with ` newline-after-import ` related to the use of switch cases. (fixes [ #386 ] , thanks [ @ljharb ] for reporting) ([ #395 ] )
1113
1214## [ 1.9.2] - 2016-06-21
1315### Fixed
@@ -231,6 +233,7 @@ for info on changes for earlier releases.
231233[ `prefer-default-export` ] : ./docs/rules/prefer-default-export.md
232234[ `no-restricted-paths` ] : ./docs/rules/no-restricted-paths.md
233235
236+ [ #395 ] : https://github.com/benmosher/eslint-plugin-import/pull/395
234237[ #371 ] : https://github.com/benmosher/eslint-plugin-import/pull/371
235238[ #365 ] : https://github.com/benmosher/eslint-plugin-import/pull/365
236239[ #359 ] : https://github.com/benmosher/eslint-plugin-import/pull/359
@@ -263,6 +266,7 @@ for info on changes for earlier releases.
263266[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
264267[ #314 ] : https://github.com/benmosher/eslint-plugin-import/pull/314
265268
269+ [ #386 ] : https://github.com/benmosher/eslint-plugin-import/issues/386
266270[ #373 ] : https://github.com/benmosher/eslint-plugin-import/issues/373
267271[ #370 ] : https://github.com/benmosher/eslint-plugin-import/issues/370
268272[ #348 ] : https://github.com/benmosher/eslint-plugin-import/issues/348
@@ -334,3 +338,4 @@ for info on changes for earlier releases.
334338[ @le0nik ] : https://github.com/le0nik
335339[ @scottnonnenberg ] : https://github.com/scottnonnenberg
336340[ @sindresorhus ] : https://github.com/sindresorhus
341+ [ @ljharb ] : https://github.com/ljharb
0 commit comments