Skip to content

Commit fb7411d

Browse files
committed
Update CHANGELOG and bump version
1 parent b5865e8 commit fb7411d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.8.0-rc.0] - 2018-05-10
6+
## [7.8.0] - 2018-05-11
77
### Added
88
* Add support for fragments to [`react-in-jsx-scope`][] ([#1758][])
99
* Add support for Flow generic PropType to [`require-default-props`][] ([#1724][] @Miziak)
@@ -23,7 +23,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2323
### Changed
2424
* Documentation improvements ([#1699][] @ronanmathew, [#1743][] @ybiquitous, [#1753][] @awthwathje, [#1783][] @chentsulin, [#1703][] @ferhatelmas)
2525

26-
[7.8.0-rc.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.7.0...v7.8.0-rc.0
26+
[7.8.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.7.0...v7.8.0
2727
[#1758]: https://github.com/yannickcr/eslint-plugin-react/issues/1758
2828
[#1724]: https://github.com/yannickcr/eslint-plugin-react/issues/1724
2929
[#1732]: https://github.com/yannickcr/eslint-plugin-react/issues/1732

package.json

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

0 commit comments

Comments
 (0)