Skip to content

Commit e9d191c

Browse files
committed
Update CHANGELOG and bump version
1 parent a0ea95b commit e9d191c

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ 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.12.0] - 2015-12-20
7+
### Added
8+
* Add `no-deprecated` rule ([#356][] @graue)
9+
* Add `no-is-mounted` rule ([#37][] @lencioni)
10+
* Add `never` option to `prefer-es6-class` rule ([#359][] @pwmckenna)
11+
12+
### Fixed
13+
* Fix `jsx-pascal-case` to stop checking lower cased components ([#329][])
14+
* Fix crash in component detection class ([#364][])
15+
16+
### Changed
17+
* Add link to [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native) in Readme
18+
* Update dependencies
19+
20+
[3.12.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.11.3...v3.12.0
21+
[#356]: https://github.com/yannickcr/eslint-plugin-react/pull/356
22+
[#37]: https://github.com/yannickcr/eslint-plugin-react/issues/37
23+
[#359]: https://github.com/yannickcr/eslint-plugin-react/pull/359
24+
[#329]: https://github.com/yannickcr/eslint-plugin-react/issues/329
25+
[#364]: https://github.com/yannickcr/eslint-plugin-react/issues/364
26+
627
## [3.11.3] - 2015-12-05
728
### Fixed
829
* Fix crash in `prop-types` when reassigning props ([#345][])
@@ -146,8 +167,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
146167

147168
## [3.6.3] - 2015-10-20
148169
### Fixed
149-
* Fix `display-name` for stateless components ([#256][])
150-
* Fix `prop-types` props validation in constructor ([#259][])
170+
* Fix `display-name` for stateless components ([#256][])
171+
* Fix `prop-types` props validation in constructor ([#259][])
151172
* Fix typo in README ([#261][] @chiedojohn)
152173

153174
[3.6.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.6.2...v3.6.3
@@ -658,7 +679,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
658679
## [1.6.0] - 2015-03-22
659680
### Added
660681
* Add `jsx-no-undef` rule
661-
* Add `jsx-quotes` rule ([#12][])
682+
* Add `jsx-quotes` rule ([#12][])
662683
* Add `@jsx` pragma support ([#23][])
663684

664685
### Changed

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

0 commit comments

Comments
 (0)