From 7e153c4e2123b7f70068290c1ccea2ea35c9a7ab Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Mon, 20 May 2019 17:30:47 +1000 Subject: [PATCH] chore(release): 4.8.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d078c66..71a292fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.8.7](https://github.com/gaearon/react-hot-loader/compare/v4.8.6...v4.8.7) (2019-05-20) + + +### Bug Fixes + +* remove checks. fixes [#1252](https://github.com/gaearon/react-hot-loader/issues/1252) ([2b2f733](https://github.com/gaearon/react-hot-loader/commit/2b2f733)) + + + ## [4.8.6](https://github.com/gaearon/react-hot-loader/compare/v4.8.5...v4.8.6) (2019-05-18) diff --git a/package.json b/package.json index b6f6afb9b..d314afd19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.8.6", + "version": "4.8.7", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",