Skip to content

Commit 3aa3ce9

Browse files
committed
Update CHANGELOG and bump version
1 parent 7ac05f0 commit 3aa3ce9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
99
* [`jsx-indent-props`]: Apply indentation when using brackets ([#2826][] @Moong0122)
1010
* [`jsx-handler-names`]: Skip inline handlers when checkInlineFunction=false ([#2833][] @onigoetz)
1111

12-
[#2833]: https://github.com/yannickcr/eslint-plugin-react/issues/2833
13-
[#2826]: https://github.com/yannickcr/eslint-plugin-react/issues/2826
12+
### Changed
13+
* [Tests] `jsx-indent-props`: Add passing test ([#2823][] @Hypnosphi)
14+
15+
[#2833]: https://github.com/yannickcr/eslint-plugin-react/pull/2833
16+
[#2826]: https://github.com/yannickcr/eslint-plugin-react/pull/2826
17+
[#2823]: https://github.com/yannickcr/eslint-plugin-react/pull/2823
1418

1519
## [7.21.4] - 2020.10.09
1620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.21.4",
3+
"version": "7.21.5",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)