From 8d8763d5d6e2fd477a04d36144744bd8ac19a8b5 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Thu, 1 Nov 2018 22:32:59 +1100 Subject: [PATCH] chore(release): 4.3.12 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbb2ba2c..8a83f1a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4.0](https://github.com/gaearon/react-hot-loader/compare/v4.3.11...v4.3.12) (2018-11-01) + +### Bug Fixes + +* babel plugin will remove calls to `hot` in production mode to remove side-effect on webpack [#1081](https://github.com/gaearon/react-hot-loader/pull/1081) +* class methods, deleted on update, will be deleted from proxy [#1091](https://github.com/gaearon/react-hot-loader/pull/1091) + ## [4.3.11](https://github.com/gaearon/react-hot-loader/compare/v4.3.9...v4.3.11) (2018-09-20) diff --git a/package.json b/package.json index 49dea1291..75523d731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.3.11", + "version": "4.3.12", "description": "Tweak React components in real time.", "main": "index.js", "types": "react-hot-loader.d.ts",