From ac583b560e9bd5cbe5faf662e53c74a6179a8b8c Mon Sep 17 00:00:00 2001 From: Anton Korzunov Date: Tue, 12 Nov 2019 18:51:49 +1100 Subject: [PATCH] chore(release): 4.12.17 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffed2146..d5dbb3422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.17](https://github.com/gaearon/react-hot-loader/compare/v4.12.16...v4.12.17) (2019-11-12) + + +### Bug Fixes + +* move @types/react from to peer dependencies, fixes [#1391](https://github.com/gaearon/react-hot-loader/issues/1391) ([5ab2cab](https://github.com/gaearon/react-hot-loader/commit/5ab2cab)) + ### [4.12.16](https://github.com/gaearon/react-hot-loader/compare/v4.12.15...v4.12.16) (2019-11-06) diff --git a/package.json b/package.json index db1d3e793..8f7806b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hot-loader", - "version": "4.12.16", + "version": "4.12.17", "description": "Tweak React components in real time.", "main": "index.js", "types": "index.d.ts",