Skip to content

Commit ddcc5b3

Browse files
committed
Update CHANGELOG and bump version
1 parent 9442f42 commit ddcc5b3

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](https://keepachange
55

66
## Unreleased
77

8+
## [7.29.0] - 2022.02.24
9+
810
### Added
911
* add [`hook-use-state`] rule to enforce symmetric useState hook variable names ([#2921][] @duncanbeevers)
1012
* [`jsx-no-target-blank`]: Improve fixer with option `allowReferrer` ([#3167][] @apepper)
@@ -43,6 +45,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4345
* [Docs] [`jsx-key`]: improve example ([#3202][] @chnakamura)
4446
* [Refactor] [`jsx-key`]: use more AST selectors (@ljharb)
4547

48+
[7.29.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.28.0...v7.29.0
4649
[#3207]: https://github.com/yannickcr/eslint-plugin-react/issues/3207
4750
[#3202]: https://github.com/yannickcr/eslint-plugin-react/pull/3202
4851
[#3199]: https://github.com/yannickcr/eslint-plugin-react/pull/3199

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

0 commit comments

Comments
 (0)