Skip to content

Commit 8cf47a8

Browse files
committed
Update CHANGELOG and bump version
1 parent e4acd07 commit 8cf47a8

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,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.26.0] - 2021.09.20
9+
810
### Added
911
* add [`no-namespace`] rule ([#2640] @yacinehmito @ljharb)
1012
* [`jsx-max-props-per-line`]: add `single` and `multi` options ([#3078] @SIL0RAK)
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1517
### Changed
1618
* [`no-access-state-in-setstate`]: passing test for “don't error if it's not a React Component” ([#1873] @kentcdodds)
1719

20+
[7.26.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0
1821
[#3078]: https://github.com/yannickcr/eslint-plugin-react/pull/3078
1922
[#2640]: https://github.com/yannickcr/eslint-plugin-react/pull/2640
2023
[#2759]: https://github.com/yannickcr/eslint-plugin-react/pull/2759

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