Skip to content

Commit

Permalink
[meta] fix changelog for v7.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 20, 2020
1 parent 3aa3ce9 commit 01c7f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## [7.21.5] - 2020.10.19

### Fixed
* [`jsx-indent-props`]: Apply indentation when using brackets ([#2826][] @Moong0122)
* [`jsx-handler-names`]: Skip inline handlers when checkInlineFunction=false ([#2833][] @onigoetz)

### Changed
* [Tests] `jsx-indent-props`: Add passing test ([#2823][] @Hypnosphi)

[7.21.5]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5
[#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
Expand Down

0 comments on commit 01c7f5e

Please sign in to comment.