Skip to content

Commit 291acbf

Browse files
committed
Update CHANGELOG and bump version
1 parent 58123c4 commit 291acbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.24.0] - 2021.05.27
9+
810
### Added
911
* component detection: add componentWrapperFunctions setting ([#2713][] @@jzabala @LandonSchropp)
1012
* [`no-unused-prop-types`]: add ignore option ([#2972][] @grit96)
@@ -23,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2325
* [readme] fix broken anchor link ([#2982][] @vzvu3k6k)
2426
* [Docs] [`jsx-child-element-spacing`]: fixes sentence which ends abruptly ([#2990][] @pascalpp)
2527

28+
[7.24.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0
2629
[#2990]: https://github.com/yannickcr/eslint-plugin-react/pull/2990
2730
[#2989]: https://github.com/yannickcr/eslint-plugin-react/pull/2989
2831
[#2986]: https://github.com/yannickcr/eslint-plugin-react/pull/2986

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.23.2",
3+
"version": "7.24.0",
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)