From 089f7f14b6165824e2b4c4c0f71b1482e9c84b9f Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Fri, 2 Jun 2017 11:03:59 -0400 Subject: [PATCH] add yanking note to root change log --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fc0fe98..1fcb4faa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] -## [2.4.0] - 2017-06-02 +## [2.4.0] - 2017-06-02 [YANKED] + +Yanked due to critical issue in eslint-module-utils with cache key resulting from [#839]. + ### Added - Add `filePath` into `parserOptions` passed to `parser` ([#839], thanks [@sompylasar]) - Add `allow` option to [`no-unassigned-import`] to allow for files that match the globs ([#671], [#737], thanks [@kevin940726]). @@ -141,7 +144,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel - Something horrible happened during `npm prepublish` of 1.10.1. Several `rm -rf node_modules && npm i` and `gulp clean && npm prepublish`s later, it is rebuilt and republished as 1.10.2. Thanks [@rhettlivingston] for noticing and reporting! -## [1.10.1] - 2016-07-02 [YANKED] +## [1.10.1] - 2016-07-02 [ +ED] ### Added - Officially support ESLint 3.x. (peerDependencies updated to `2.x - 3.x`)