Skip to content

Commit 8c9ec8a

Browse files
committed
Update CHANGELOG and bump version
1 parent cd23e3f commit 8c9ec8a

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

66
## Unreleased
77

8+
## [7.31.8] - 2022.09.08
9+
810
### Fixed
911
* [`no-unknown-property`]: add `viewBox` on `marker` ([#3416][] @ljharb)
1012
* [`no-unknown-property`]: add `noModule` on `script` ([#3414][] @ljharb)
@@ -18,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1820

1921
* [meta] npmignore markdownlint config ([#3413][] @jorrit)
2022

23+
[7.31.8]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.7...v7.31.8
2124
[#3425]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3425
2225
[#3424]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3424
2326
[#3419]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3419

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.31.7",
3+
"version": "7.31.8",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)