Skip to content

Commit ddd05b1

Browse files
committed
Update CHANGELOG and bump version
1 parent 7e336aa commit ddd05b1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
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.4.0-rc.1] - 2017-09-12
7+
### Added
8+
- Add support for increment and decrement operations to [`no-direct-mutation-state`][] ([#1386][] @zpao)
9+
10+
### Fixed
11+
- Fix [`prop-types`][] and [`no-unused-prop-types`][] crash with IntersectionTypeAnnotation ([#1413][] @jseminck)
12+
13+
[7.4.0-rc.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.4.0-rc.0...v7.4.0-rc.1
14+
[#1386]: https://github.com/yannickcr/eslint-plugin-react/issues/1386
15+
[#1413]: https://github.com/yannickcr/eslint-plugin-react/issues/1413
16+
617
## [7.4.0-rc.0] - 2017-09-05
718
### Added
819
- Add Flow 0.53 support ([#1376][] @jseminck)
@@ -17,7 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1728
- Fix [`no-unused-state`][] to ignore computed property keys ([#1361][] @jackyho112)
1829
- Fix [`no-typos`][] crash ([#1406][] @jseminck)
1930
- Fix [`boolean-prop-naming`][] crash ([#1409][] @EvHaus)
20-
31+
http://i.imgur.com/FcCq9m4.png
2132
### Changed
2233
- Documentation improvements ([#1392][] @xcatliu, [#1403][] @piperchester)
2334

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

0 commit comments

Comments
 (0)