diff --git a/CHANGELOG.md b/CHANGELOG.md index 2446839092..818b33cc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.33.0] - 2023.07.19 + ### Added * [`display-name`]: add `checkContextObjects` option ([#3529][] @JulesBlm) * [`jsx-first-prop-new-line`]: add `multiprop` option ([#3533][] @haydncomley) @@ -29,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] [`jsx-no-bind`]: reword performance rationale ([#3581][] @gpoole) - [Docs] [`jsx-first-prop-new-line`]: add missing `multiprop` value ([#3598][] @dzek69) +[7.33.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0 [#3598]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3598 [#3593]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3593 [#3583]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3583 diff --git a/package.json b/package.json index bb8d678f0a..b1fa86fa87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.32.2", + "version": "7.33.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",