Skip to content

Commit 162b92b

Browse files
committed
Update CHANGELOG and bump version
1 parent 686ab89 commit 162b92b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ 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.3.0] - 2017-08-21
7+
### Added
8+
* Add checks for `propTypes`, `contextTypes` and `childContextTypes` to [`no-typos`][] ([#213][] @DianaSuvorova)
9+
10+
### Fixed
11+
* Fix [`boolean-prop-naming`][] crash ([#1369][] @EvHaus)
12+
* Fix [`no-typos`][] crash ([#1353][] @jseminck)
13+
* Fix [`require-default-props`][] stopping when it finds a component without props ([#1380][] @brgibson)
14+
* Fix [`no-direct-mutation-state`][] detection with nested components ([#1382][])
15+
16+
### Changed
17+
* Documentation improvements ([#1383][] @mjomble)
18+
19+
[7.3.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.2.1...v7.3.0
20+
[#213]: https://github.com/yannickcr/eslint-plugin-react/issues/213
21+
[#1369]: https://github.com/yannickcr/eslint-plugin-react/issues/1369
22+
[#1353]: https://github.com/yannickcr/eslint-plugin-react/issues/1353
23+
[#1380]: https://github.com/yannickcr/eslint-plugin-react/pull/1380
24+
[#1382]: https://github.com/yannickcr/eslint-plugin-react/issues/1382
25+
[#1383]: https://github.com/yannickcr/eslint-plugin-react/pull/1383
26+
627
## [7.2.1] - 2017-08-14
728
### Fixed
829
* Fix [`forbid-prop-types`][] crash on identifiers ([#1352][] @ljharb)

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

0 commit comments

Comments
 (0)