From 3ae62f1d5d34e1ab55298ecbdf46acc255d76af4 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 13 May 2019 13:09:09 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-rc.8=20=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, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c880d184..651f37c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ +# [2.0.0-rc.8](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2019-05-13) + + +### Bug Fixes + +* fix broken CLI again ([4e12b5d](https://github.com/Rebilly/ReDoc/commit/4e12b5d)) +* fix logo gutter bg ([81896d3](https://github.com/Rebilly/ReDoc/commit/81896d3)) + + + # [2.0.0-rc.7](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2019-05-13) ### Bug Fixes * crash in node due to broken URL parsing ([8df2b97](https://github.com/Rebilly/ReDoc/commit/8df2b97)) -* fix: fix logo gutter bg ([e43f7219](https://github.com/Rebilly/ReDoc/commit/e43f7219)) diff --git a/package.json b/package.json index ec4ec861..95609643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.7", + "version": "2.0.0-rc.8", "description": "ReDoc", "repository": { "type": "git",