Skip to content

Commit 609fdc4

Browse files
committed
chore(release): 4.12.0
1 parent b93eb1d commit 609fdc4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
<a name="4.12.0"></a>
6+
# [4.12.0](https://github.com/gaearon/react-hot-loader/compare/v4.11.2...v4.12.0) (2019-06-30)
7+
8+
9+
### Features
10+
11+
* disable hot replacement render if react-dom is patched, see [#1274](https://github.com/gaearon/react-hot-loader/issues/1274) ([b93eb1d](https://github.com/gaearon/react-hot-loader/commit/b93eb1d))
12+
13+
14+
515
<a name="4.11.2"></a>
616
## [4.11.2](https://github.com/gaearon/react-hot-loader/compare/v4.11.1...v4.11.2) (2019-06-30)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hot-loader",
3-
"version": "4.11.2",
3+
"version": "4.12.0",
44
"description": "Tweak React components in real time.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)