Skip to content

Commit

Permalink
chore(release): 4.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Sep 12, 2019
1 parent 69b9d48 commit 7500b0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="4.12.13"></a>
## [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))



<a name="4.12.12"></a>
## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7500b0e

Please sign in to comment.