Skip to content

Commit ae27866

Browse files
author
Yannick Croissant
committed
Update CHANGELOG and bump version
1 parent ba4c277 commit ae27866

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ 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+
## [6.0.0-alpha.1] - 2016-07-08
7+
### Fixed
8+
* Fix `prop-types` crash when accessing constructor on props ([#654][])
9+
* Fix `jsx-filename-extension` to not check filenames on text input ([#662][] @ljharb)
10+
* Fix `no-comment-textnodes` incorrectly catching urls ([#664][] @petersendidit)
11+
12+
### Breaking
13+
* Add ESLint as peerDependency ([#657][] @jokeyrhyme)
14+
* Add Node.js 0.10 as minimum required version ([#657][] @jokeyrhyme)
15+
16+
### Changed
17+
* Update dependencies
18+
* Update Travis CI and AppVeyor CI configurations (@ljharb)
19+
20+
[6.0.0-alpha.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v5.2.2...v6.0.0-alpha.1
21+
[#654]: https://github.com/yannickcr/eslint-plugin-react/issues/654
22+
[#662]: https://github.com/yannickcr/eslint-plugin-react/issues/662
23+
[#664]: https://github.com/yannickcr/eslint-plugin-react/issues/664
24+
[#657]: https://github.com/yannickcr/eslint-plugin-react/pull/657
25+
626
## [5.2.2] - 2016-06-17
727
### Fixed
828
* Fix `jsx-no-bind` crash ([#641][])

package.json

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

0 commit comments

Comments
 (0)