Skip to content

Commit fc4173d

Browse files
committed
Update CHANGELOG and bump version
1 parent d2006f5 commit fc4173d

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+
## [3.7.0] - 2015-11-05
7+
### Added
8+
* Add `jsx-no-bind` rule ([#184][] @Daniel15)
9+
* Add line-aligned option to `jsx-closing-bracket-location` ([#243][] @alopatin)
10+
11+
### Fixed
12+
* Fix a lot of issues about components detection, mostly related to stateless components ([#264][], [#267][], [#268][], [#276][], [#277][], [#280][])
13+
14+
### Changed
15+
* Update dependencies
16+
17+
[3.7.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.6.3...v3.7.0
18+
[#184]: https://github.com/yannickcr/eslint-plugin-react/issues/184
19+
[#243]: https://github.com/yannickcr/eslint-plugin-react/issues/243
20+
[#264]: https://github.com/yannickcr/eslint-plugin-react/issues/264
21+
[#267]: https://github.com/yannickcr/eslint-plugin-react/issues/267
22+
[#268]: https://github.com/yannickcr/eslint-plugin-react/issues/268
23+
[#276]: https://github.com/yannickcr/eslint-plugin-react/issues/276
24+
[#277]: https://github.com/yannickcr/eslint-plugin-react/issues/277
25+
[#280]: https://github.com/yannickcr/eslint-plugin-react/issues/280
26+
627
## [3.6.3] - 2015-10-20
728
### Fixed
829
* Fix `display-name` for stateless components ([#256][])

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

0 commit comments

Comments
 (0)