Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Sep 12, 2017
1 parent 7e336aa commit ddd05b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## [7.4.0-rc.1] - 2017-09-12
### Added
- Add support for increment and decrement operations to [`no-direct-mutation-state`][] ([#1386][] @zpao)

### Fixed
- Fix [`prop-types`][] and [`no-unused-prop-types`][] crash with IntersectionTypeAnnotation ([#1413][] @jseminck)

[7.4.0-rc.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.4.0-rc.0...v7.4.0-rc.1
[#1386]: https://github.com/yannickcr/eslint-plugin-react/issues/1386
[#1413]: https://github.com/yannickcr/eslint-plugin-react/issues/1413

## [7.4.0-rc.0] - 2017-09-05
### Added
- Add Flow 0.53 support ([#1376][] @jseminck)
Expand All @@ -17,7 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- Fix [`no-unused-state`][] to ignore computed property keys ([#1361][] @jackyho112)
- Fix [`no-typos`][] crash ([#1406][] @jseminck)
- Fix [`boolean-prop-naming`][] crash ([#1409][] @EvHaus)

http://i.imgur.com/FcCq9m4.png
### Changed
- Documentation improvements ([#1392][] @xcatliu, [#1403][] @piperchester)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.4.0-rc.0",
"version": "7.4.0-rc.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit ddd05b1

Please sign in to comment.