Skip to content

Commit 433cc3f

Browse files
committed
Update CHANGELOG and bump version
1 parent 536bc35 commit 433cc3f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [7.12.4] - 2019-01-16
7+
8+
### Fixed
9+
* [`no-unused-prop-types`][]: avoid a crash ([#2131][], @ljharb)
10+
* [`prop-types`][]: avoid further crashes from nonexistent nodes in unusedPropTypes ([#2127][], @ljharb)
11+
* [`prop-types`][]: Read name of callee object ([#2125][], @CrOrc)
12+
* [`prop-types`][]: Ignore reassignments when matching props declarations with components ([#2051][], [#1957][], @yannickcr)
13+
* [`prop-types`][], [`no-unused-prop-types`][], [`require-default-props`][]: Detect components with return statement in switch/case ([#2118][], @yannickcr)
14+
15+
### Changed
16+
* [`prop-types`][], [`no-typos`][]: add passing test cases ([#2123][], [#2128][], [#2136][], [#2134][], @ljharb)
17+
18+
[#2136]: https://github.com/yannickcr/eslint-plugin-react/issues/2136
19+
[#2134]: https://github.com/yannickcr/eslint-plugin-react/issues/2134
20+
[#2131]: https://github.com/yannickcr/eslint-plugin-react/issues/2131
21+
[#2128]: https://github.com/yannickcr/eslint-plugin-react/issues/2128
22+
[#2127]: https://github.com/yannickcr/eslint-plugin-react/issues/2127
23+
[#2125]: https://github.com/yannickcr/eslint-plugin-react/pull/2125
24+
[#2123]: https://github.com/yannickcr/eslint-plugin-react/issues/2123
25+
[#2118]: https://github.com/yannickcr/eslint-plugin-react/issues/2118
26+
[#2051]: https://github.com/yannickcr/eslint-plugin-react/issues/2051
27+
[#1957]: https://github.com/yannickcr/eslint-plugin-react/issues/1957
28+
629
## [7.12.3] - 2019-01-04
730

831
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.12.3",
3+
"version": "7.12.4",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)