Skip to content

Commit b0d0ca1

Browse files
committed
Update CHANGELOG and bump version
1 parent c14e209 commit b0d0ca1

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.0] - 2022.08.24
9+
810
### Added
911
* [`jsx-newline`]: add `allowMultiline` option when prevent option is true ([#3311][] @TildaDares)
1012
* [`forbid-dom-props`]: add `disallowedFor` option ([#3338][] @TildaDares)
@@ -44,6 +46,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4446
* [Docs] Add markdownlint for documentation formatting consistency ([#3367][] @bmish)
4547
* [Docs] Add config notice to rule docs ([#3362][] @bmish)
4648

49+
[7.31.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.0
4750
[#3367]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3367
4851
[#3366]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3366
4952
[#3365]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3365

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

0 commit comments

Comments
 (0)