Skip to content

Commit af323d5

Browse files
author
Yannick Croissant
committed
Update CHANGELOG and bump version
1 parent c537015 commit af323d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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+
## [6.7.1] - 2016-11-15
7+
### Fixed
8+
* Fix [`jsx-tag-spacing`][] crash when options object isn't passed ([#955][] @daltones)
9+
10+
[6.7.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.7.0...v6.7.1
11+
[#955]: https://github.com/yannickcr/eslint-plugin-react/issues/955
12+
613
## [6.7.0] - 2016-11-14
714
### Added
815
* Add [`jsx-tag-spacing`][] rule ([#693][] @Kovensky)
@@ -15,7 +22,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1522
* Fix [`jsx-wrap-multilines`][] ternaries handling ([#916][])
1623

1724
### Changed
18-
* Enable [`no-unused-prop-types`] `skipShapeProps` option by default to limit false positive ([#953][] @everdimension)
25+
* Enable [`no-unused-prop-types`][] `skipShapeProps` option by default to limit false positive ([#953][] @everdimension)
1926

2027
[6.7.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.6.0...v6.7.0
2128
[#693]: https://github.com/yannickcr/eslint-plugin-react/issues/693

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": "6.7.0",
3+
"version": "6.7.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)