From ec8f6dc09e7d0640fa15b32b48c2f3de135e428a Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 9 Aug 2018 08:54:12 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.35=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 | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5483f808..5e45afe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.0.0-alpha.35](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2018-08-09) + + +### Bug Fixes + +* crash on any backticks code block without lang specified ([58ae668](https://github.com/Rebilly/ReDoc/commit/58ae668)) +* fix auth requirements font size ([d13fe13](https://github.com/Rebilly/ReDoc/commit/d13fe13)) + + # [2.0.0-alpha.34](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2018-08-08) diff --git a/package.json b/package.json index b111e0db..cd64fe00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.34", + "version": "2.0.0-alpha.35", "description": "ReDoc", "repository": { "type": "git",