Skip to content

Commit 94826da

Browse files
committed
Update CHANGELOG and bump version
1 parent 893dbff commit 94826da

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.1] - 2021.11.18
9+
810
### Fixed
911
* [`no-invalid-html-attribute`]: allow `link` `rel` to have `apple-touch-icon`, `mask-icon` ([#3132][] @ljharb)
1012
* [`no-unused-class-component-methods`]: add `getChildContext` lifecycle method ([#3136][] @yoyo837)
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1517
### Changed
1618
* [readme] fix syntax typo ([#3141][] @moselhy)
1719

20+
[7.27.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1
1821
[#3145]: https://github.com/yannickcr/eslint-plugin-react/issue/3145
1922
[#3144]: https://github.com/yannickcr/eslint-plugin-react/issue/3144
2023
[#3142]: https://github.com/yannickcr/eslint-plugin-react/pull/3142

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