Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 10, 2021
1 parent 10c0e6a commit 21e01b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## [7.27.0] - 2021.11.09

### Added
* support eslint 8.x ([#3059][] @MichaelDeBoey @ljharb)
* [`no-unused-class-component-methods`]: Handle unused class component methods ([#2166][] @jakeleventhal @pawelnvk)
Expand All @@ -29,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
* [Tests] test on the new babel eslint parser ([#3113] @ljharb)
* [Docs] [`jsx-no-target-blank`]: adjust options description ([#3124] @gebsh)

[7.27.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0
[#3126]: https://github.com/yannickcr/eslint-plugin-react/issue/3126
[#3124]: https://github.com/yannickcr/eslint-plugin-react/pull/3124
[#3122]: https://github.com/yannickcr/eslint-plugin-react/pull/3122
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.26.1",
"version": "7.27.0",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 21e01b6

Please sign in to comment.