Skip to content

Commit dc9f85e

Browse files
committed
Update CHANGELOG and bump version
1 parent 99b12a2 commit dc9f85e

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

Diff for: CHANGELOG.md

+10-16
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,27 @@ 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-
17-
## [7.4.0-rc.0] - 2017-09-05
6+
## [7.4.0] - 2017-09-24
187
### Added
198
- Add Flow 0.53 support ([#1376][] @jseminck)
209
- Add [`jsx-curly-brace-presence`][] rule ([#1310][] @jackyho112)
2110
- Add support for Flow IntersectionTypeAnnotation to [`prop-types`][] and [`no-unused-prop-types`][] ([#1364][] [#1323][] @jseminck)
22-
- Add support for Flow TypedArgument to [`no-unsed-prop-types`][] ([#1412][] @jseminck)
11+
- Add support for Flow TypedArgument to [`no-unused-prop-types`][] ([#1412][] @jseminck)
2312
- Add support for Flow ClassExpressions to [`prop-types`][] ([#1400][] @jseminck)
2413
- Add support for Flow read-only props to [`no-unused-prop-types`][] ([#1388][] @jseminck)
2514
- Add more tests for [`prop-types`][] and [`no-unused-prop-types`][] ([#1381][] @DianaSuvorova)
15+
- Add support for increment and decrement operations to [`no-direct-mutation-state`][] ([#1386][] @zpao)
2616

2717
### Fixed
2818
- Fix [`no-unused-state`][] to ignore computed property keys ([#1361][] @jackyho112)
2919
- Fix [`no-typos`][] crash ([#1406][] @jseminck)
3020
- Fix [`boolean-prop-naming`][] crash ([#1409][] @EvHaus)
31-
http://i.imgur.com/FcCq9m4.png
21+
- Fix [`prop-types`][] and [`no-unused-prop-types`][] crash with IntersectionTypeAnnotation ([#1413][] @jseminck)
22+
3223
### Changed
33-
- Documentation improvements ([#1392][] @xcatliu, [#1403][] @piperchester)
24+
- Documentation improvements ([#1392][] @xcatliu, [#1403][] @piperchester, [#1432][] @jneuendorf)
3425

35-
[7.4.0-rc.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.3.0...v7.4.0-rc.0
26+
[7.4.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.3.0...v7.4.0
3627
[#1376]: https://github.com/yannickcr/eslint-plugin-react/issues/1376
3728
[#1310]: https://github.com/yannickcr/eslint-plugin-react/issues/1310
3829
[#1364]: https://github.com/yannickcr/eslint-plugin-react/issues/1364
@@ -46,6 +37,9 @@ http://i.imgur.com/FcCq9m4.png
4637
[#1409]: https://github.com/yannickcr/eslint-plugin-react/pull/1409
4738
[#1392]: https://github.com/yannickcr/eslint-plugin-react/pull/1392
4839
[#1403]: https://github.com/yannickcr/eslint-plugin-react/pull/1403
40+
[#1386]: https://github.com/yannickcr/eslint-plugin-react/issues/1386
41+
[#1413]: https://github.com/yannickcr/eslint-plugin-react/issues/1413
42+
[#1432]: https://github.com/yannickcr/eslint-plugin-react/pull/1432
4943

5044
## [7.3.0] - 2017-08-21
5145
### Added

Diff for: 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.1",
3+
"version": "7.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)