Skip to content

Commit ac59d8d

Browse files
committed
Update CHANGELOG and bump version
1 parent 4ec0194 commit ac59d8d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ 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.9.0] - 2015-11-17
7+
### Added
8+
* Add `jsx-key` rule ([#293][] @benmosher)
9+
* Add `allow-in-func` option to `no-did-update-set-state` ([#300][])
10+
* Add option to only enforce `jsx-closing-bracket-location` rule to one type of tag (nonEmpty or selfClosing) ([#307][])
11+
12+
### Fixed
13+
* Fix crash when destructuring with only the rest spread ([#269][])
14+
* Fix variables detection when searching for related components ([#303][])
15+
* Fix `no-unknown-property` to not check custom elements ([#308][] @zertosh)
16+
17+
### Changed
18+
* Improve `jsx-closing-bracket-location` error message ([#301][] @alopatin)
19+
* Update dependencies
20+
21+
[3.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.8.0...v3.9.0
22+
[#293]: https://github.com/yannickcr/eslint-plugin-react/pull/293
23+
[#300]: https://github.com/yannickcr/eslint-plugin-react/issues/300
24+
[#307]: https://github.com/yannickcr/eslint-plugin-react/issues/307
25+
[#269]: https://github.com/yannickcr/eslint-plugin-react/issues/269
26+
[#303]: https://github.com/yannickcr/eslint-plugin-react/issues/303
27+
[#308]: https://github.com/yannickcr/eslint-plugin-react/pull/308
28+
[#301]: https://github.com/yannickcr/eslint-plugin-react/pull/301
29+
630
## [3.8.0] - 2015-11-07
731
### Added
832
* Add ignoreStateless option to `no-multi-comp` ([#290][])

package.json

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

0 commit comments

Comments
 (0)