Skip to content

Commit d7c3ad2

Browse files
committed
Update CHANGELOG and bump version
1 parent a5a5c27 commit d7c3ad2

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+
## [3.16.0] - 2016-01-24
7+
### Added
8+
* Add `jsx-equals-spacing` rule ([#394][] @ryym)
9+
* Add auto fix for `wrap-multiline`
10+
* Add auto fix for `jsx-boolean-value`
11+
* Add auto fix for `no-unknown-property`
12+
* Add auto fix for `jsx-curly-spacing` ([#407][] @ewendel)
13+
* Add `requiredFirst` option to `jsx-sort-prop-types` ([#392][] @chrislaskey)
14+
* Add `ignoreRefs` option to `jsx-no-bind` ([#330][] @silvenon)
15+
16+
### Fixed
17+
* Ignore `ref` in `jsx-handler-names` (again) ([#396][])
18+
19+
### Changed
20+
* Update dependencies
21+
22+
[3.16.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.15.0...v3.16.0
23+
[#394]: https://github.com/yannickcr/eslint-plugin-react/issues/394
24+
[#407]: https://github.com/yannickcr/eslint-plugin-react/pull/407
25+
[#392]: https://github.com/yannickcr/eslint-plugin-react/pull/392
26+
[#330]: https://github.com/yannickcr/eslint-plugin-react/issues/330
27+
[#396]: https://github.com/yannickcr/eslint-plugin-react/issues/396
28+
629
## [3.15.0] - 2016-01-12
730
### Added
831
* Add support for flow annotations to `prop-types` ([#382][] @phpnode)

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

0 commit comments

Comments
 (0)