From d27ba7467973a24949a33e9d438d2b7a583bb2b4 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 7 Dec 2017 13:56:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.0.0-alpha.5?= 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 9453ce6825..30c2e5583a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.0.0-alpha.5](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2017-12-07) + + +### Bug Fixes + +* correct pointer for the schema ([4ae1574](https://github.com/Rebilly/Redoc/commit/4ae1574)) +* bundle in reftools in lib build (do not crash on prod builds in create-react-app) ([57129d3](https://github.com/Rebilly/Redoc/commit/57129d3)) + + # [2.0.0-alpha.4](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2017-11-24) diff --git a/package.json b/package.json index 32cd3056d6..9196415d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "ReDoc", "main": "bundles/redoc.lib.js", "scripts": {