From acb748b4e410f3b72cd1079f741223f3606f2f23 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Fri, 15 Jun 2018 11:13:32 +1000 Subject: [PATCH] chore(release): 4.3.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f07ad00b..8901851c5 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.3.3](https://github.com/gaearon/react-hot-loader/compare/4.3.1...4.3.3) (2018-06-15) + + +### Bug Fixes + +* add _this to sandbox variables, [#1020](https://github.com/gaearon/react-hot-loader/issues/1020) ([e5284ab](https://github.com/gaearon/react-hot-loader/commit/e5284ab)) + + + ## [4.3.2](https://github.com/gaearon/react-hot-loader/compare/4.3.1...4.3.2) (2018-06-13) diff --git a/package.json b/package.json index 132ed85e9..8ff467451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.3.2", + "version": "4.3.3", "description": "Tweak React components in real time.", "main": "index.js", "types": "react-hot-loader.d.ts",