Skip to content

Commit edd89f6

Browse files
committed
Update CHANGELOG and bump version
1 parent 8ba1954 commit edd89f6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ 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-
## [Unreleased]
7-
### Changed
8-
* Deprecate `jsx-quotes` rule ([#217][])
6+
## [3.4.0] - 2015-09-16
7+
### Added
8+
* Add namespaced JSX support to `jsx-no-undef` ([#219][] @zertosh)
9+
* Add option to `jsx-closing-bracket-location` to configure different styles for self-closing and non-empty tags ([#208][] @evocateur)
10+
11+
### Deprecated
12+
* Deprecate `jsx-quotes` rule, will now trigger a warning if used ([#217][])
913

10-
[Unreleased]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.2...HEAD
14+
[3.4.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.2...v3.4.0
15+
[#219]: https://github.com/yannickcr/eslint-plugin-react/pull/219
16+
[#208]: https://github.com/yannickcr/eslint-plugin-react/pull/208
1117
[#217]: https://github.com/yannickcr/eslint-plugin-react/issues/217
1218

1319
## [3.3.2] - 2015-09-10

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

0 commit comments

Comments
 (0)