From 989c6e4b3e155c393ab93fd55368ebf7a3b50320 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Tue, 8 Oct 2019 11:46:50 +1100 Subject: [PATCH] chore(release): 4.12.15 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185b3662f..2a1f2df78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.15](https://github.com/gaearon/react-hot-loader/compare/v4.12.14...v4.12.15) (2019-10-08) + + +### Bug Fixes + +* React 16.10 support ([b7ed82a](https://github.com/gaearon/react-hot-loader/commit/b7ed82a)) + + + ## [4.12.14](https://github.com/gaearon/react-hot-loader/compare/v4.12.13...v4.12.14) (2019-09-23) diff --git a/package.json b/package.json index 91ecfae41..d92c0fb06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.14", + "version": "4.12.15", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",