diff --git a/CHANGELOG.md b/CHANGELOG.md
index e224b6290..2bde7f9c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.13](https://github.com/gaearon/react-hot-loader/compare/v4.12.12...v4.12.13) (2019-09-12)
+
+
+### Bug Fixes
+
+* error overlay should not be injected into the first instance, fixes [#1337](https://github.com/gaearon/react-hot-loader/issues/1337) ([c019663](https://github.com/gaearon/react-hot-loader/commit/c019663))
+* return null for null types, fixes [#1324](https://github.com/gaearon/react-hot-loader/issues/1324) ([08d7ed1](https://github.com/gaearon/react-hot-loader/commit/08d7ed1))
+* run hot in batched mode, fixes [#1332](https://github.com/gaearon/react-hot-loader/issues/1332) ([e801daf](https://github.com/gaearon/react-hot-loader/commit/e801daf))
+
+
+
## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27)
diff --git a/package.json b/package.json
index 45812d529..d6715b6fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
- "version": "4.12.12",
+ "version": "4.12.13",
"description": "Tweak React components in real time.",
"main": "index.js",
"types": "index.d.ts",
@@ -82,10 +82,10 @@
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"prettier": "^1.12.1",
- "react": "16.9.0",
- "react-dom": "16.9.0",
+ "react": "16",
+ "react-dom": "16",
"react-mount": "^0.1.3",
- "react-test-renderer": "16.9.0",
+ "react-test-renderer": "16",
"recompose": "^0.27.0",
"rimraf": "^2.5.2",
"rollup": "^0.58.2",