From 941b41c6ef2ca4485fb864c7bc660345bb8b1e22 Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Tue, 27 Aug 2019 19:51:56 +1000 Subject: [PATCH] chore(release): 4.12.12 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 940151cce..e224b6290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27) + + +### Bug Fixes + +* error overlay could fail by itself ([da50985](https://github.com/gaearon/react-hot-loader/commit/da50985)) +* resolve undefined types to undefined, fixes [#1324](https://github.com/gaearon/react-hot-loader/issues/1324) ([73eeb4e](https://github.com/gaearon/react-hot-loader/commit/73eeb4e)) +* speedup levenshtein comparison, fixes [#1087](https://github.com/gaearon/react-hot-loader/issues/1087) ([b81dcb0](https://github.com/gaearon/react-hot-loader/commit/b81dcb0)) + + + ## [4.12.11](https://github.com/gaearon/react-hot-loader/compare/v4.12.10...v4.12.11) (2019-08-12) diff --git a/package.json b/package.json index 81b306747..45812d529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.11", + "version": "4.12.12", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",