Skip to content

Commit 354cb62

Browse files
committed
Update CHANGELOG and bump version
1 parent 26e9578 commit 354cb62

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

66
## Unreleased
77

8+
## [7.33.1] - 2023.07.29
9+
810
### Fixed
911
* [`require-default-props`]: fix config schema ([#3605][] @controversial)
1012
* [`jsx-curly-brace-presence`]: Revert [#3538][] due to issues with intended string type casting usage ([#3611][] @taozhou-glean)
1113
* [`sort-prop-types`]: ensure sort-prop-types respects noSortAlphabetically ([#3610][] @caesar1030)
1214

15+
[7.33.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.0...v7.33.1
1316
[#3611]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3611
1417
[#3610]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3610
1518
[#3605]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3605

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

0 commit comments

Comments
 (0)