From f7441bb41e4a916b4d5b1b22b136515024f18d65 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 28 Jan 2018 23:15:42 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d046ef19..7b3306c08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.1] - 2018-01-28 +### Fixed +* Flow: fix crash in [`prop-types`][] with recursive type annotations ([#1653][] @jetpacmonkey) +* Fix [`no-unknown-property`][] to properly recognize `crossOrigin` instead of `crossorigin`, and allow it on `link` tags. ([#1659][] @jzDev) +* Fix [`no-access-state-in-setstate`][] to handle object spread ([#1657][] @ljharb) + +[7.6.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.6.0...v7.6.1 +[#1659]: https://github.com/yannickcr/eslint-plugin-react/pull/1659 +[#1657]: https://github.com/yannickcr/eslint-plugin-react/issue/1657 +[#1653]: https://github.com/yannickcr/eslint-plugin-react/pull/1653 + ## [7.6.0] - 2018-01-25 ### Added * Add [`forbid-dom-props`][] rule ([#1562][] @davazp) diff --git a/package.json b/package.json index be6fe5ae40..6494b0d89c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.6.0", + "version": "7.6.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",