Skip to content

Commit 21e01b6

Browse files
committed
Update CHANGELOG and bump version
1 parent 10c0e6a commit 21e01b6

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.27.0] - 2021.11.09
9+
810
### Added
911
* support eslint 8.x ([#3059][] @MichaelDeBoey @ljharb)
1012
* [`no-unused-class-component-methods`]: Handle unused class component methods ([#2166][] @jakeleventhal @pawelnvk)
@@ -29,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2931
* [Tests] test on the new babel eslint parser ([#3113] @ljharb)
3032
* [Docs] [`jsx-no-target-blank`]: adjust options description ([#3124] @gebsh)
3133

34+
[7.27.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0
3235
[#3126]: https://github.com/yannickcr/eslint-plugin-react/issue/3126
3336
[#3124]: https://github.com/yannickcr/eslint-plugin-react/pull/3124
3437
[#3122]: https://github.com/yannickcr/eslint-plugin-react/pull/3122

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