Skip to content

Commit 8511835

Browse files
committed
Update CHANGELOG and bump version
1 parent 0f6688b commit 8511835

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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.2.1] - 2017-08-14
7+
### Fixed
8+
* Fix [`forbid-prop-types`][] crash on identifiers ([#1352][] @ljharb)
9+
* Fix [`boolean-prop-naming`][] crash with propTypes wrapper ([#1354][] @dustinsoftware)
10+
* Fix [`prop-types`][] false positive with local variable `props` ([#1288][] @DianaSuvorova)
11+
* Fix wrapped propTypes detection ([#1366][])
12+
13+
### Changed
14+
* Documentation improvements ([#1123][] @penx)
15+
16+
[7.2.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.2.0...v7.2.1
17+
[#1352]: https://github.com/yannickcr/eslint-plugin-react/issues/1352
18+
[#1354]: https://github.com/yannickcr/eslint-plugin-react/issues/1354
19+
[#1288]: https://github.com/yannickcr/eslint-plugin-react/issues/1288
20+
[#1366]: https://github.com/yannickcr/eslint-plugin-react/issues/1366
21+
[#1123]: https://github.com/yannickcr/eslint-plugin-react/issues/1123
22+
623
## [7.2.0] - 2017-08-09
724
### Added
825
* Add [`no-unused-state`][] rule ([#1103][] @wbinnssmith)

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.2.0",
3+
"version": "7.2.1",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)