Skip to content

Commit 000d6b8

Browse files
committed
Update CHANGELOG and bump version
1 parent ffdf69a commit 000d6b8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.1] - 2020-02-01
7+
8+
### Fixed
9+
* [`jsx-indent`][]: Does not check indents for JSXText ([#2542][] @toshi-toma)
10+
* [`jsx-props-no-spreading`][]: add support for namespaced jsx components ([#2534][] @jonathanpalma)
11+
* [`jsx-no-target-blank`][]: allow rel to be an expression ([#2544][] @odinho)
12+
* [`sort-comp`][]: `|` isn’t a valid regex flag; `u` and `s` are (@ljharb)
13+
14+
### Changed
15+
* [Docs] use `markdown-magic` to automatically sort all rules alphabetically ([#1742][] @ybiquitous)
16+
* [Docs] [`jsx-props-no-spreading`][]: fix typo to use correct rule ([#2547][] @jonggyun))
17+
18+
[#2547]: https://github.com/yannickcr/eslint-plugin-react/pull/2547
19+
[#2544]: https://github.com/yannickcr/eslint-plugin-react/pull/2544
20+
[#2542]: https://github.com/yannickcr/eslint-plugin-react/pull/2542
21+
[#2534]: https://github.com/yannickcr/eslint-plugin-react/pull/2534
22+
[#1742]: https://github.com/yannickcr/eslint-plugin-react/pull/1742
23+
624
## [7.18.0] - 2020-01-15
725

826
### Added

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

0 commit comments

Comments
 (0)