From e1cb244521e92474e5b6f661c838ffee8555fb8a Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Thu, 30 Apr 2020 17:45:29 +1000 Subject: [PATCH] chore(release): 4.12.21 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf98b19c..4f46bcd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.21](https://github.com/gaearon/react-hot-loader/compare/v4.12.20...v4.12.21) (2020-04-30) + ### [4.12.20](https://github.com/gaearon/react-hot-loader/compare/v4.12.19...v4.12.20) (2020-03-14) diff --git a/package.json b/package.json index af3466cf8..7f0cda07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.20", + "version": "4.12.21", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",