Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 20, 2020
1 parent 7ac05f0 commit 3aa3ce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.21.4",
"version": "7.21.5",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 3aa3ce9

Please sign in to comment.