Skip to content

Commit 9be55ed

Browse files
committed
Update CHANGELOG and bump version
1 parent 5a25380 commit 9be55ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.28.0] - 2021.12.22
9+
810
### Added
911
* [`function-component-definition`]: support namedComponents option being an array ([#3129][] @petersendidit)
10-
* component detection: add `util.isReactHookCall` ([#3156][] @duncanbeevers)
1112

1213
### Fixed
1314
* [`jsx-indent-props`]: Reset `line.isUsingOperator` correctly after ternary ([#3146][] @tobiaswaltl)
@@ -16,7 +17,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1617
* [Refactor] [`no-arrow-function-lifecycle`], [`no-unused-class-component-methods`]: use report/messages convention (@ljharb)
1718
* [Tests] component detection: Add testing scaffolding ([#3149][] @duncanbeevers)
1819
* [New] component detection: track React imports ([#3149][] @duncanbeevers)
20+
* [New] component detection: add `util.isReactHookCall` ([#3156][] @duncanbeevers)
1921

22+
[7.28.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0
2023
[#3156]: https://github.com/yannickcr/eslint-plugin-react/pull/3156
2124
[#3149]: https://github.com/yannickcr/eslint-plugin-react/pull/3149
2225
[#3146]: https://github.com/yannickcr/eslint-plugin-react/pull/3146

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

0 commit comments

Comments
 (0)