Skip to content

Commit 66b58dd

Browse files
committed
Update CHANGELOG and bump version
1 parent 373167c commit 66b58dd

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.32.2] - 2023.01.28
9+
810
### Fixed
911
* configs: restore `parserOptions` in legacy configs ([#3523][] @ljharb)
1012
* [`jsx-no-constructed-context-values`], [`jsx-no-useless-fragment`]: add a rule schema (@ljharb)
1113
( [`no-unknown-property`]: add `fill` for `<marker>` ([#3525][] @alexey-koran)
1214

15+
[7.32.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.1...v7.32.2
1316
[#3525]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3525
1417
[#3520]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3523
1518

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

0 commit comments

Comments
 (0)