Skip to content

Commit 6d86837

Browse files
committed
Update CHANGELOG and bump version
1 parent e1dd37f commit 6d86837

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,13 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.33.2] - 2023.08.15
9+
810
### Fixed
911
* [`no-deprecated`]: prevent false positive on commonjs import ([#3614][] @akulsr0)
1012
* [`no-unsafe`]: report on the method instead of the entire component (@ljharb)
1113
* [`no-deprecated`]: report on the destructured property instead of the entire variable declarator (@ljharb)
1214
* [`no-deprecated`]: report on the imported specifier instead of the entire import statement (@ljharb)
1315
* [`no-invalid-html-attribute`]: report more granularly (@ljharb)
1416

17+
[7.33.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.1...v7.33.2
1518
[#3614]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3614
1619

1720
## [7.33.1] - 2023.07.29

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