From b8124166df772388da1356c2f8321c933637037f Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Tue, 14 Aug 2018 00:00:23 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d4dc4888..1dc692f2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [`jsx-indent`][]: add test cases ([#1892][], @alexzherdev) * [`prop-types`][]: add test cases ([#1898][], @alexzherdev) * Add a helper function for determining function-like expressions ([#1914][], @alexzherdev) -* [`jsx-props-no-multi-spaces`][]: update docs ([#1918][], @ +* [`jsx-props-no-multi-spaces`][]: update docs ([#1918][], @BenRichter) [#1924]: https://github.com/yannickcr/eslint-plugin-react/pull/1924 +[#1918]: https://github.com/yannickcr/eslint-plugin-react/pull/1918 [#1914]: https://github.com/yannickcr/eslint-plugin-react/pull/1914 [#1911]: https://github.com/yannickcr/eslint-plugin-react/pull/1911 [#1909]: https://github.com/yannickcr/eslint-plugin-react/pull/1909