Skip to content

Commit e972bd7

Browse files
committed
Update CHANGELOG and bump version
1 parent 7fdfd2c commit e972bd7

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

66
## Unreleased
77

8+
## [7.29.2] - 2022.02.25
9+
810
### Fixed
911
* [`jsx-curly-brace-presence`]: avoid warning on curlies containing quote characters ([#3214][] @ljharb)
1012
* [`jsx-indent`]: do not report on non-jsx-returning ternaries that contain null ([#3222][] @ljharb)
1113
* [`jsx-indent`]: properly report on returned ternaries with jsx ([#3222][] @ljharb)
1214
* [`no-array-index-key`]: detect named-imported `cloneElement`/`createElement` ([#3213][] @ljharb)
1315

16+
[7.29.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.1...v7.29.2
1417
[#3222]: https://github.com/yannickcr/eslint-plugin-react/issues/3222
1518
[#3214]: https://github.com/yannickcr/eslint-plugin-react/issues/3214
1619
[#3213]: https://github.com/yannickcr/eslint-plugin-react/issues/3213

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

0 commit comments

Comments
 (0)