Skip to content

Commit 99da77b

Browse files
committed
chore(release): 4.0.0-beta.22
1 parent daf044c commit 99da77b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
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+
5+
<a name="4.0.0-beta.22"></a>
6+
7+
# [4.0.0-beta.22](https://github.com/gaearon/react-hot-loader/compare/v4.0.0-beta.21...v4.0.0-beta.22) (2018-02-10)
8+
9+
### Bug Fixes
10+
11+
* fix reconciler warnings ([#852](https://github.com/gaearon/react-hot-loader/issues/852)) ([963677f](https://github.com/gaearon/react-hot-loader/commit/963677f)), closes [#843](https://github.com/gaearon/react-hot-loader/issues/843)
12+
13+
### Features
14+
15+
* ship flat bundles ([#844](https://github.com/gaearon/react-hot-loader/issues/844)) ([7580552](https://github.com/gaearon/react-hot-loader/commit/7580552))
16+
117
<a name="4.0.0-beta.21"></a>
218

319
# [4.0.0-beta.21](https://github.com/gaearon/react-hot-loader/compare/v4.0.0-beta.20...v4.0.0-beta.21) (2018-02-05)

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.0.0-beta.21",
3+
"version": "4.0.0-beta.22",
44
"description": "Tweak React components in real time.",
55
"main": "index.js",
66
"types": "react-hot-loader.d.ts",

0 commit comments

Comments
 (0)