From e0d82f4aa8faae3d3d6abb1cc221156a553037c4 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 11 Aug 2018 23:16:06 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.36=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 | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e45afe3..1cd894d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [2.0.0-alpha.36](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.35...v2.0.0-alpha.36) (2018-08-11) + + +### Bug Fixes + +* broken rendering of code blocks with language in markdown ([8218a26](https://github.com/Rebilly/ReDoc/commit/8218a26)) +* broken rendering of headings with regexp characters ([e660517](https://github.com/Rebilly/ReDoc/commit/e660517)) + + + # [2.0.0-alpha.35](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2018-08-09) diff --git a/package.json b/package.json index cd64fe00..a98a92cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.35", + "version": "2.0.0-alpha.36", "description": "ReDoc", "repository": { "type": "git",