Skip to content

Commit 73ad445

Browse files
committed
Update CHANGELOG and bump version
1 parent 86a3177 commit 73ad445

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.29.4] - 2022.03.13
9+
810
### Fixed
911
* [`no-unused-state`]: avoid a crash on a class field gDSFP ([#3236][] @ljharb)
1012
* [`boolean-prop-naming`]: handle React.FC, intersection, union types ([#3241][] @ljharb)
1113

14+
[7.29.4]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4
1215
[#3241]: https://github.com/yannickcr/eslint-plugin-react/pull/3241
1316
[#3236]: https://github.com/yannickcr/eslint-plugin-react/issues/3236
1417

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)