From 507cc853504d2c6937cb6a6e3b84277f9270f6cf Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Tue, 16 Jul 2019 17:51:02 +1000 Subject: [PATCH] chore(release): 4.12.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb128639f..dfffe0df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.12.7](https://github.com/gaearon/react-hot-loader/compare/v4.12.6...v4.12.7) (2019-07-16) + + +### Bug Fixes + +* false negative comparisons with react-hot-dom enabled, fixes [#1299](https://github.com/gaearon/react-hot-loader/issues/1299) ([a1c5c31](https://github.com/gaearon/react-hot-loader/commit/a1c5c31)) +* reload hooks when hook body changes ([4795456](https://github.com/gaearon/react-hot-loader/commit/4795456)) + + + ## [4.12.6](https://github.com/gaearon/react-hot-loader/compare/v4.12.5...v4.12.6) (2019-07-10) diff --git a/package.json b/package.json index a928be289..1988df96e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.6", + "version": "4.12.7", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",