Skip to content

Commit 7f44ecc

Browse files
committed
Update CHANGELOG and bump version
1 parent 5dd50fa commit 7f44ecc

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.1] - 2022.02.25
9+
810
### Fixed
911
* [`jsx-key`]: prevent false "missing array key" warning ([#3215][] @ljharb)
1012
* [`jsx-indent`]: avoid checking returns sans jsx ([#3218][] @ljharb)
1113
* [`jsx-key`]: avoid a crash ([#3220][] @ljharb)
1214
* version settings: avoid a crash with an invalid version ([#3219][] @ljharb)
1315

16+
[7.29.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.0...v7.29.1
1417
[#3220]: https://github.com/yannickcr/eslint-plugin-react/issues/3220
1518
[#3219]: https://github.com/yannickcr/eslint-plugin-react/issues/3219
1619
[#3218]: https://github.com/yannickcr/eslint-plugin-react/issues/3218

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