Skip to content

Commit 119a7f3

Browse files
committed
Update CHANGELOG and bump version
1 parent 7844d8e commit 119a7f3

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](http://keepachangel
55

66
## Unreleased
77

8+
## [7.26.1] - 2021.09.29
9+
810
### Fixed
911
* [`no-namespace`]: fix crash on non-string React.createElement name ([#3082] @ljharb)
1012
* [`no-namespace`]: avoid crash on non-string createElement values ([#3085] @ljharb)
@@ -13,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1315
### Changed
1416
* [Docs] [`jsx-max-props-per-line`]: fix options example ([#3083] @MrRaiter)
1517

18+
[7.26.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1
1619
[#3088]: https://github.com/yannickcr/eslint-plugin-react/pull/3088
1720
[#3085]: https://github.com/yannickcr/eslint-plugin-react/issue/3085
1821
[#3083]: https://github.com/yannickcr/eslint-plugin-react/pull/3083

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

0 commit comments

Comments
 (0)