From d2f63f280ed53fad6017ea37f643ef5b42fc5c45 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Sat, 14 Mar 2020 12:07:50 +1100 Subject: [PATCH] chore(release): 4.12.20 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7944eb297..adf98b19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.20](https://github.com/gaearon/react-hot-loader/compare/v4.12.19...v4.12.20) (2020-03-14) + + +### Bug Fixes + +* patch support for react-dom 16.13 ([#1428](https://github.com/gaearon/react-hot-loader/issues/1428)) ([5475fe7](https://github.com/gaearon/react-hot-loader/commit/5475fe7)) + ### [4.12.19](https://github.com/gaearon/react-hot-loader/compare/v4.12.18...v4.12.19) (2020-01-22) diff --git a/package.json b/package.json index 17e5b87c7..f58e95670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.19", + "version": "4.12.20", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",