From a6652542f38b19bb864ba586478b3e1386d3e0b2 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 18 Oct 2018 14:33:38 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.41=20?= =?UTF-8?q?=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f365e051c..b7d23390ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [2.0.0-alpha.41](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.40...v2.0.0-alpha.41) (2018-10-18) + + +### Bug Fixes + +* add null check in dispose method ([#675](https://github.com/Rebilly/ReDoc/issues/675)) ([6b7c5b7](https://github.com/Rebilly/ReDoc/commit/6b7c5b7)) +* extensionHook not being used ([a4a4013](https://github.com/Rebilly/ReDoc/commit/a4a4013)), closes [#665](https://github.com/Rebilly/ReDoc/issues/665) +* fix issue with broken markdown caused by marked bug ([70cf293](https://github.com/Rebilly/ReDoc/commit/70cf293)) + +### Peer dependencies updates + +* ReDoc now requires `styled-components@^4.0.1` to be installed if used as React component + + + # [2.0.0-alpha.40](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.39...v2.0.0-alpha.40) (2018-10-05) diff --git a/package.json b/package.json index ae1eaca1c1..888fa7f2d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.40", + "version": "2.0.0-alpha.41", "description": "ReDoc", "repository": { "type": "git",