Skip to content

Commit 2167f9f

Browse files
committed
chore(release): 4.8.3
1 parent cd9a760 commit 2167f9f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.8.3"></a>
6+
## [4.8.3](https://github.com/gaearon/react-hot-loader/compare/v4.8.2...v4.8.3) (2019-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* Allow refs on lazy components ([798e37f](https://github.com/gaearon/react-hot-loader/commit/798e37f))
12+
* invariant violation react 15 ([1351f2d](https://github.com/gaearon/react-hot-loader/commit/1351f2d))
13+
14+
15+
516
<a name="4.8.1"></a>
617
## [4.8.1](https://github.com/gaearon/react-hot-loader/compare/v4.8.0...v4.8.1) (2019-03-29)
718

package.json

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

0 commit comments

Comments
 (0)