Skip to content

Commit e336aef

Browse files
committed
Update CHANGELOG and bump version
1 parent 04fbe74 commit e336aef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
## [7.15.1] - 2019-10-01
7+
8+
### Fixed
9+
* `jsx-curly-brace-presence`: bail out checks when JSXElements are passed as props ([#2426][] @vedadeepta)
10+
11+
### Changed
12+
* [Docs] `prefer-es6-class`: Fix typos ([#2425][] @spencerbyw)
13+
14+
[#2426]: https://github.com/yannickcr/eslint-plugin-react/pull/2426
15+
[#2425]: https://github.com/yannickcr/eslint-plugin-react/pull/2425
16+
617
## [7.15.0] - 2019-09-30
718

819
### Added

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

0 commit comments

Comments
 (0)