From 70353e5f46a296b2c5948cbc96e81e8a0007274d Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Sat, 15 Jun 2019 23:16:51 +1000 Subject: [PATCH] chore(release): 4.11.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27d0a8cc..f5d5772d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.11.1](https://github.com/gaearon/react-hot-loader/compare/v4.11.0...v4.11.1) (2019-06-15) + + +### Bug Fixes + +* hot render of forward props component ([4ba7530](https://github.com/gaearon/react-hot-loader/commit/4ba7530)) +* regression in hidden components reconcilation ([3f8efc4](https://github.com/gaearon/react-hot-loader/commit/3f8efc4)) +* update react-fresh babel plugin ([2fafd44](https://github.com/gaearon/react-hot-loader/commit/2fafd44)) + + + # [4.11.0](https://github.com/gaearon/react-hot-loader/compare/v4.9.0...v4.11.0) (2019-06-10) diff --git a/package.json b/package.json index 80ecfacef..b5b33b812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.11.0", + "version": "4.11.1", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",