Skip to content

Commit 7484aca

Browse files
committed
Update CHANGELOG and bump version
1 parent 0093e1b commit 7484aca

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,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.29.3] - 2022.03.03
9+
810
### Fixed
911
* [`no-unused-state`]: avoid a crash on type-only gDSFP declarations ([#3225][] @ljharb)
1012
* [`jsx-curly-brace-presence`]: the string "never" defaults to `propElementValues` as `ignore` ([#3228][] @ljharb)
1113
* [`propTypes`]: add `VFC` to react generic list ([#3230][] @ljharb)
1214

15+
[7.29.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3
1316
[#3230]: https://github.com/yannickcr/eslint-plugin-react/issues/3230
1417
[#3228]: https://github.com/yannickcr/eslint-plugin-react/issues/3228
1518
[#3225]: https://github.com/yannickcr/eslint-plugin-react/issues/3225

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.2",
3+
"version": "7.29.3",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)