Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 16, 2023
1 parent 74a9522 commit b2e069e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## [7.32.1] - 2023.01.16

### Fixed
* prevent circular dependency in index and "all" config ([#3519][] @ljharb)
* [`destructuring-assignment`]: do not force destructuring of optionally chained properties ([#3520][] @ljharb)

[7.32.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.0...v7.32.1
[#3520]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3520
[#3519]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3519

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.32.0",
"version": "7.32.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit b2e069e

Please sign in to comment.