diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b55101fb4..2c0bbbef16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [`jsx-indent-props`]: Apply indentation when using brackets ([#2826][] @Moong0122) * [`jsx-handler-names`]: Skip inline handlers when checkInlineFunction=false ([#2833][] @onigoetz) -[#2833]: https://github.com/yannickcr/eslint-plugin-react/issues/2833 -[#2826]: https://github.com/yannickcr/eslint-plugin-react/issues/2826 +### Changed +* [Tests] `jsx-indent-props`: Add passing test ([#2823][] @Hypnosphi) + +[#2833]: https://github.com/yannickcr/eslint-plugin-react/pull/2833 +[#2826]: https://github.com/yannickcr/eslint-plugin-react/pull/2826 +[#2823]: https://github.com/yannickcr/eslint-plugin-react/pull/2823 ## [7.21.4] - 2020.10.09 diff --git a/package.json b/package.json index c28b88f883..eb6c4b7346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.21.4", + "version": "7.21.5", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",