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 Sep 3, 2022
1 parent 22cedd8 commit b4d14ce
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,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## [7.31.3] - 2022.09.03

### Fixed
* [`no-unknown-property`]: add SVG and meta properties ([#3381][] @AhmadMayo)

[7.31.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.2...v7.31.3
[#3381]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3381

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

0 comments on commit b4d14ce

Please sign in to comment.