Skip to content

Commit f7441bb

Browse files
committed
Update CHANGELOG and bump version
1 parent e56376e commit f7441bb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.6.1] - 2018-01-28
7+
### Fixed
8+
* Flow: fix crash in [`prop-types`][] with recursive type annotations ([#1653][] @jetpacmonkey)
9+
* Fix [`no-unknown-property`][] to properly recognize `crossOrigin` instead of `crossorigin`, and allow it on `link` tags. ([#1659][] @jzDev)
10+
* Fix [`no-access-state-in-setstate`][] to handle object spread ([#1657][] @ljharb)
11+
12+
[7.6.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.6.0...v7.6.1
13+
[#1659]: https://github.com/yannickcr/eslint-plugin-react/pull/1659
14+
[#1657]: https://github.com/yannickcr/eslint-plugin-react/issue/1657
15+
[#1653]: https://github.com/yannickcr/eslint-plugin-react/pull/1653
16+
617
## [7.6.0] - 2018-01-25
718
### Added
819
* Add [`forbid-dom-props`][] rule ([#1562][] @davazp)

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

0 commit comments

Comments
 (0)