From a48cc6174f91f4610de45d883f9718b1fed0e3b8 Mon Sep 17 00:00:00 2001 From: Alexander Nanberg Date: Thu, 16 Aug 2018 07:46:44 +0200 Subject: [PATCH] Fix changelog "Ignore class properties" contributor No big deal, just changing to the right contributor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ce2605ce..273948abf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * Output a warning if React version is missing in settings ([#1857][], @alexzherdev) ### Fixed -* [`destructuring-assignment`][]: Ignore class properties ([#1909][], @alexzherdev) +* [`destructuring-assignment`][]: Ignore class properties ([#1909][], @alexandernanberg) * [`destructuring-assignment`][], component detection: ignore components with confidence = 0 ([#1907][], @alexzherdev) * [`boolean-prop-naming`][]: Handle inline Flow type ([#1905][], @alexzherdev) * [`jsx-props-no-multi-spaces`][]: Handle member expressions ([#1890][], @alexzherdev)