diff --git a/CHANGELOG.md b/CHANGELOG.md index 505cf3f659..379bca681f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.33.1] - 2023.07.29 + ### Fixed * [`require-default-props`]: fix config schema ([#3605][] @controversial) * [`jsx-curly-brace-presence`]: Revert [#3538][] due to issues with intended string type casting usage ([#3611][] @taozhou-glean) * [`sort-prop-types`]: ensure sort-prop-types respects noSortAlphabetically ([#3610][] @caesar1030) +[7.33.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.0...v7.33.1 [#3611]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3611 [#3610]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3610 [#3605]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3605 diff --git a/package.json b/package.json index b1fa86fa87..e37bae08e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.33.0", + "version": "7.33.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",