File tree 2 files changed +18
-1
lines changed 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.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
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
+
6
23
## [ 7.12.0] - 2018-12-27
7
24
8
25
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.12.0 " ,
3
+ "version" : " 7.12.1 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments