Skip to content

Commit 47c4c8b

Browse files
committed
Update CHANGELOG and bump version
1 parent 98d4bf3 commit 47c4c8b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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.14.3] - 2019-07-23
7+
8+
### Fixed
9+
* Fix [`prop-types`][] to ignore validation when Flow indexers are used ([#2330][] @yannickcr)
10+
* Fix error being thrown after the first warning when react version cannot be detected ([#2336][] @abhishekdev)
11+
* Fix component detection when `memo` and `forwardRef` are used together ([#2349][] @yannickcr)
12+
13+
### Changed
14+
* Documentation improvements (@ljharb, [#2354][] @golopot)
15+
16+
[7.14.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.2...v7.14.3
17+
[#2330]: https://github.com/yannickcr/eslint-plugin-react/issues/2330
18+
[#2336]: https://github.com/yannickcr/eslint-plugin-react/pull/2336
19+
[#2349]: https://github.com/yannickcr/eslint-plugin-react/issues/2349
20+
[#2354]: https://github.com/yannickcr/eslint-plugin-react/pull/2354
21+
622
## [7.14.2] - 2019-06-24
723

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

0 commit comments

Comments
 (0)