Skip to content

Commit 31282dd

Browse files
committed
Update CHANGELOG and bump version
1 parent 4e72b82 commit 31282dd

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](https://keepachange
55

66
## Unreleased
77

8+
## [7.33.0] - 2023.07.19
9+
810
### Added
911
* [`display-name`]: add `checkContextObjects` option ([#3529][] @JulesBlm)
1012
* [`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
2931
* [Docs] [`jsx-no-bind`]: reword performance rationale ([#3581][] @gpoole)
3032
- [Docs] [`jsx-first-prop-new-line`]: add missing `multiprop` value ([#3598][] @dzek69)
3133

34+
[7.33.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0
3235
[#3598]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3598
3336
[#3593]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3593
3437
[#3583]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3583

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

0 commit comments

Comments
 (0)