Skip to content

Commit 0a717a5

Browse files
committed
Update CHANGELOG and bump version
1 parent 8b576be commit 0a717a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.18.3] - 2020-02-02
7+
8+
### Fixed
9+
* [`jsx-indent`][]: don't check literals not within JSX ([#2564][] @toshi-toma)
10+
11+
[7.18.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.2...v7.18.3
12+
[#2564]: https://github.com/yannickcr/eslint-plugin-react/issue/2564
13+
614
## [7.18.2] - 2020-02-01
715

816
### Fixed

package.json

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

0 commit comments

Comments
 (0)