diff --git a/CHANGELOG.md b/CHANGELOG.md index 23af7ac386..0ab1bc8583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.28.0] - 2021.12.22 + ### Added * [`function-component-definition`]: support namedComponents option being an array ([#3129][] @petersendidit) -* component detection: add `util.isReactHookCall` ([#3156][] @duncanbeevers) ### Fixed * [`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 * [Refactor] [`no-arrow-function-lifecycle`], [`no-unused-class-component-methods`]: use report/messages convention (@ljharb) * [Tests] component detection: Add testing scaffolding ([#3149][] @duncanbeevers) * [New] component detection: track React imports ([#3149][] @duncanbeevers) +* [New] component detection: add `util.isReactHookCall` ([#3156][] @duncanbeevers) +[7.28.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0 [#3156]: https://github.com/yannickcr/eslint-plugin-react/pull/3156 [#3149]: https://github.com/yannickcr/eslint-plugin-react/pull/3149 [#3146]: https://github.com/yannickcr/eslint-plugin-react/pull/3146 diff --git a/package.json b/package.json index f52789d94a..85094c9cbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.27.1", + "version": "7.28.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",