Skip to content

Commit cecdfe9

Browse files
committed
Update CHANGELOG and bump version
1 parent dbf17a9 commit cecdfe9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ 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.14.0] - 2016-01-05
7+
### Added
8+
* Add `jsx-intent` rule ([#342][])
9+
* Add shared setting for pragma configuration ([#228][] @NickStefan)
10+
11+
### Fixed
12+
* Fix crash in `jsx-key` ([#380][] @nfcampos)
13+
* Fix crash in `forbid-prop-types` ([#377][] @nfcampos)
14+
* Ignore `ref` in `jsx-handler-names` ([#375][])
15+
16+
### Changed
17+
* Add AppVeyor CI to run tests on a Windows platform
18+
* Add `sort-comp` codemod to `sort-comp` documentation ([#381][] @turadg)
19+
20+
[3.14.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.13.1...v3.14.0
21+
[#342]: https://github.com/yannickcr/eslint-plugin-react/issues/342
22+
[#228]: https://github.com/yannickcr/eslint-plugin-react/issues/228
23+
[#380]: https://github.com/yannickcr/eslint-plugin-react/pull/380
24+
[#377]: https://github.com/yannickcr/eslint-plugin-react/pull/377
25+
[#375]: https://github.com/yannickcr/eslint-plugin-react/issues/375
26+
[#381]: https://github.com/yannickcr/eslint-plugin-react/pull/381
27+
628
## [3.13.1] - 2015-12-26
729
### Fixed
830
* Fix crash in `jsx-key` ([#373][] @lukekarrys)

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

0 commit comments

Comments
 (0)