Skip to content

Commit

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

## [Unreleased]

## [2.18.2] - 2019-07-19
- Skip warning on type interfaces ([#1425], thanks [@lencioni])

## [2.18.1] - 2019-07-18

### Fixed
Expand Down Expand Up @@ -455,7 +458,7 @@ memoizing parser, and takes only 27s with naked `babel-eslint` (thus, reparsing
something that looks like an `export` is detected in the module content.

## [1.2.0] - 2016-03-19
Thanks @lencioni for identifying a huge amount of rework in resolve and kicking
Thanks [@lencioni] for identifying a huge amount of rework in resolve and kicking
off a bunch of memoization.

I'm seeing 62% improvement over my normal test codebase when executing only
Expand Down Expand Up @@ -595,6 +598,7 @@ for info on changes for earlier releases.

[`memo-parser`]: ./memo-parser/README.md

[#1425]: https://github.com/benmosher/eslint-plugin-import/pull/1425
[#1419]: https://github.com/benmosher/eslint-plugin-import/pull/1419
[#1412]: https://github.com/benmosher/eslint-plugin-import/pull/1412
[#1409]: https://github.com/benmosher/eslint-plugin-import/pull/1409
Expand Down Expand Up @@ -965,3 +969,4 @@ for info on changes for earlier releases.
[@fooloomanzoo]: https://github.com/fooloomanzoo
[@sheepsteak]: https://github.com/sheepsteak
[@sharmilajesupaul]: https://github.com/sharmilajesupaul
[@lencioni]: https://github.com/lencioni
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "2.18.1",
"version": "2.18.2",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 1a90a20

Please sign in to comment.