Skip to content

Commit fe3da43

Browse files
committed
Update CHANGELOG and bump version
1 parent 3602f67 commit fe3da43

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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+
## [4.1.0] - 2016-02-23
7+
### Added
8+
* Add component detection for class expressions
9+
* Add displayName detection for class expressions in `display-name` ([#419][])
10+
11+
### Fixed
12+
* Fix used props detection in components for which we are not confident in `prop-types` ([#420][])
13+
* Fix false positive in `jsx-key` ([#456][] @jkimbo)
14+
15+
### Changed
16+
* Documentation improvements ([#457][] @wyze)
17+
18+
[4.1.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.0.0...v4.1.0
19+
[#419]: https://github.com/yannickcr/eslint-plugin-react/issues/419
20+
[#420]: https://github.com/yannickcr/eslint-plugin-react/issues/420
21+
[#456]: https://github.com/yannickcr/eslint-plugin-react/pull/456
22+
[#457]: https://github.com/yannickcr/eslint-plugin-react/pull/457
23+
624
## [4.0.0] - 2016-02-19
725
### Added
826
* Add `jsx-space-before-closing` rule ([#244][] @ryym)
@@ -22,7 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2240

2341
### Changed
2442
* Update dependencies ([#426][] @quentin-)
25-
* Documentation improvements ([#414][] @vkrol, [#370][] @tmcw, [#441][] [#429][] @lencioni, [#432][] @Niler851, [#438][] @jmann6)
43+
* Documentation improvements ([#414][] @vkrol, [#370][] @tmcw, [#441][] [#429][] @lencioni, [#432][] @note89, [#438][] @jmann6)
2644

2745
[4.0.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0
2846
[#244]: https://github.com/yannickcr/eslint-plugin-react/issues/244

package.json

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

0 commit comments

Comments
 (0)