From b4376809d82fb324c757a0242664ed3700619ffc Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Sat, 21 Nov 2015 00:20:25 +0100 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbc15d7e7..fdc7d5983f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). +## [3.10.0] - 2015-11-21 +### Added +* Add `jsx-pascal-case` rule ([#306][] @jakemmarsh) + +### Fixed +* Fix crash on incomplete class property declaration ([#317][] @dapetcu21) +* Fix crash with ESLint 1.10.0 ([#323][] @lukekarrys) + +[3.10.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.9.0...v3.10.0 +[#306]: https://github.com/yannickcr/eslint-plugin-react/pull/306 +[#317]: https://github.com/yannickcr/eslint-plugin-react/issues/317 +[#323]: https://github.com/yannickcr/eslint-plugin-react/issues/323 + ## [3.9.0] - 2015-11-17 ### Added * Add `jsx-key` rule ([#293][] @benmosher) diff --git a/package.json b/package.json index 122fcafc30..36114964d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "3.9.0", + "version": "3.10.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",