From 2167f9fc54ffe0321be129c0dea3d69f6960ae3d Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Sat, 6 Apr 2019 09:18:12 +1100 Subject: [PATCH] chore(release): 4.8.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52cc7e1f..0e0f5d4e0 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.8.3](https://github.com/gaearon/react-hot-loader/compare/v4.8.2...v4.8.3) (2019-04-05) + + +### Bug Fixes + +* Allow refs on lazy components ([798e37f](https://github.com/gaearon/react-hot-loader/commit/798e37f)) +* invariant violation react 15 ([1351f2d](https://github.com/gaearon/react-hot-loader/commit/1351f2d)) + + + ## [4.8.1](https://github.com/gaearon/react-hot-loader/compare/v4.8.0...v4.8.1) (2019-03-29) diff --git a/package.json b/package.json index 214e32e58..8b3a1ae5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.8.2", + "version": "4.8.3", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",