diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d5772d9..15a69aebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.11.2](https://github.com/gaearon/react-hot-loader/compare/v4.11.1...v4.11.2) (2019-06-30) + + + ## [4.11.1](https://github.com/gaearon/react-hot-loader/compare/v4.11.0...v4.11.1) (2019-06-15) diff --git a/package.json b/package.json index b5b33b812..9ab6058f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.11.1", + "version": "4.11.2", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",