From a5969ac31ade9c9cf1146ff912b8e3b8093733d3 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Sat, 27 Jul 2019 16:10:32 +1000 Subject: [PATCH] chore(release): 4.12.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 833ce084f..b62c16ee3 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.10](https://github.com/gaearon/react-hot-loader/compare/v4.12.9...v4.12.10) (2019-07-27) + + +### Bug Fixes + +* apend react-hot-dom patch note to the ProxyFacade, fixes [#1311](https://github.com/gaearon/react-hot-loader/issues/1311) ([81bbb6a](https://github.com/gaearon/react-hot-loader/commit/81bbb6a)) +* use void IIFE for webpack plugin, fixes [#1309](https://github.com/gaearon/react-hot-loader/issues/1309) ([6089822](https://github.com/gaearon/react-hot-loader/commit/6089822)) + + + ## [4.12.9](https://github.com/gaearon/react-hot-loader/compare/v4.12.8...v4.12.9) (2019-07-23) diff --git a/package.json b/package.json index cf38faa23..e26adab51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.9", + "version": "4.12.10", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",