File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
6+ ## [ 7.12.1] - 2019-01-01
7+
8+ ### Fixed
9+ * [ ` no-unused-state ` ] [ ] : Fix crash with class fields ([ #2098 ] [ ] , @jomasti )
10+ * [ ` prop-types ` ] [ ] : Fix false positives inside lifecycle methods ([ #2099 ] [ ] , @jomasti )
11+ * [ ` jsx-max-depth ` ] [ ] : avoid a crash ([ #2102 ] [ ] , @ljharb )
12+ * [ ` jsx-wrap-multilines ` ] [ ] : avoid crash when no trailing newline ([ #2100 ] [ ] , @ljharb )
13+
14+ ### Changed
15+ * Fix CHANGELOG.md ([ #2097 ] [ ] , @alexzherdev )
16+
17+ [ #2102 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2102
18+ [ #2100 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2100
19+ [ #2099 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2099
20+ [ #2098 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2098
21+ [ #2097 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2097
22+
623## [ 7.12.0] - 2018-12-27
724
825### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.12.0 " ,
3+ "version" : " 7.12.1 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments