Skip to content

Commit 7ca9841

Browse files
committed
Update CHANGELOG and bump version
1 parent 9ce4d85 commit 7ca9841

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.0.1] - 2017-05-13
7+
### Fixed
8+
* Fix [`jsx-curly-spacing`][] `allowMultiline` option being undefined in some cases ([#1179][] @fatfisz)
9+
* Fix [`jsx-curly-spacing`][] newline with object literals bug ([#1180][] @fatfisz)
10+
* Fix [`prop-types`][] to not mark class static function as valid propTypes definition ([#1174][])
11+
* Fix [`prop-types`][] crash with Flow spread operator ([#1178][])
12+
* Fix [`void-dom-elements-no-children`][] crash on faulty `createElement` detection ([#1101][])
13+
* Fix [`require-default-props`][] error message for quoted props ([#1161][])
14+
15+
### Changed
16+
* Update dependencies
17+
* Documentation improvements ([#1173][] @luftywiranda13, [#1192][] @markus-willems)
18+
19+
[7.0.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.0.0...v7.0.1
20+
[#1179]: https://github.com/yannickcr/eslint-plugin-react/pull/1179
21+
[#1180]: https://github.com/yannickcr/eslint-plugin-react/pull/1180
22+
[#1174]: https://github.com/yannickcr/eslint-plugin-react/issues/1174
23+
[#1178]: https://github.com/yannickcr/eslint-plugin-react/issues/1178
24+
[#1101]: https://github.com/yannickcr/eslint-plugin-react/issues/1101
25+
[#1161]: https://github.com/yannickcr/eslint-plugin-react/issues/1161
26+
[#1173]: https://github.com/yannickcr/eslint-plugin-react/pull/1173
27+
[#1192]: https://github.com/yannickcr/eslint-plugin-react/pull/1192
28+
629
## [7.0.0] - 2017-05-06
730
### Added
831
* Add [`no-will-update-set-state`][] rule ([#1139][] @ManThursday)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)