From 3ffcbf7165449a64c16069776e393149245446fc Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Mon, 10 Jun 2019 17:45:19 +1000 Subject: [PATCH] chore(release): 4.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c978ec6..21f949859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.0](https://github.com/gaearon/react-hot-loader/compare/v4.9.0...v4.11.0) (2019-06-10) + + +### Bug Fixes + +* source map consumer could be synchronious ([05a6c8e](https://github.com/gaearon/react-hot-loader/commit/05a6c8e)) + + +### Features + +* backport React.Fresh ([e5c4bb4](https://github.com/gaearon/react-hot-loader/commit/e5c4bb4)) +* transparent class wrapping, fixes [#304](https://github.com/gaearon/react-hot-loader/issues/304) ([9fe4cad](https://github.com/gaearon/react-hot-loader/commit/9fe4cad)) + + + # [4.10.0](https://github.com/gaearon/react-hot-loader/compare/v4.9.0...v4.10.0) (2019-06-10) diff --git a/package.json b/package.json index 8cbc2722c..80ecfacef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.10.0", + "version": "4.11.0", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",