From 3e916d29eafad0b8ce7930cccc602a1b28dc757f Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Mon, 12 Aug 2019 12:21:07 +1000 Subject: [PATCH] chore(release): 4.12.11 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce3b3c42..5851d72d1 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.12.11](https://github.com/gaearon/react-hot-loader/compare/v4.12.10...v4.12.11) (2019-08-12) + + +### Bug Fixes + +* add noRegister option to webpack, [#1315](https://github.com/gaearon/react-hot-loader/issues/1315) ([e562375](https://github.com/gaearon/react-hot-loader/commit/e562375)) +* remove circular deps from hot-loader ([2cb544d](https://github.com/gaearon/react-hot-loader/commit/2cb544d)) + + + ## [4.12.10](https://github.com/gaearon/react-hot-loader/compare/v4.12.9...v4.12.10) (2019-07-27) diff --git a/package.json b/package.json index c10f23c25..81b306747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.10", + "version": "4.12.11", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",