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",