From 94d1379c5b1387c387362c5e76f77fee4a102088 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Mon, 4 Mar 2019 20:58:43 +1100 Subject: [PATCH] chore(release): 4.7.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ff1a2aa..94f66c694 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.7.2](https://github.com/gaearon/react-hot-loader/compare/v4.7.1...v4.7.2) (2019-03-04) + + +### Bug Fixes + +* safer reads from context consumer ([7942d26](https://github.com/gaearon/react-hot-loader/commit/7942d26)) +* suppress error message on a server side, fixes [#1188](https://github.com/gaearon/react-hot-loader/issues/1188) ([b12b430](https://github.com/gaearon/react-hot-loader/commit/b12b430)) + + + ## [4.7.1](https://github.com/gaearon/react-hot-loader/compare/v4.7.0...v4.7.1) (2019-02-20) diff --git a/package.json b/package.json index 69341c8bc..0c512e0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.7.1", + "version": "4.7.2", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",