Skip to content

Commit 7aaa1cf

Browse files
committed
[meta] fix changelog entry
1 parent c4ecce9 commit 7aaa1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
99
* [`jsx-key`]: added `checkKeyMustBeforeSpread` option for new jsx transform ([#2835][] @morlay)
1010
* [`jsx-newline`]: add new rule ([#2693][] @jzabala)
1111
* [`jsx-no-constructed-context-values`]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders ([#2763][] @dylanOshima)
12-
* [`jsx-wrap-multilines`]: fix crash with `declaration`s that are on a new line after `=` ([#2875][] @ljharb)
1312
* [`jsx-indent-props`]: add `ignoreTernaryOperator` option ([#2846][] @SebastianZimmer)
1413
* [`jsx-no-target-blank`]: Add `warnOnSpreadAttributes` option ([#2855][] @michael-yx-wu)
1514

@@ -20,6 +19,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2019
* [`jsx-no-script-url`]: avoid crash with boolean `href` ([#2871][] @ljharb, @AriPerkkio)
2120
* [`no-typos`]: avoid crash with computed method name ([#2870][] @ljharb, @AriPerkkio)
2221
* [`jsx-max-depth`]: avoid crash with childless jsx child ([#2869][] @ljharb, @AriPerkkio)
22+
* [`jsx-wrap-multilines`]: fix crash with `declaration`s that are on a new line after `=` ([#2875][] @ljharb)
2323
* [`no-unknown-property`]: avoid crash with prop named with Object.prototype key ([#2879][] @ljharb, @AriPerkkio)
2424
* [`prop-types`]: default argument does not count as props-types declaration ([#2877][] @golopot)
2525
* [`jsx-props-no-multi-spaces`]: fix a false positive for beside comments ([#2878][] @golopot)

0 commit comments

Comments
 (0)