From 9f8aee28103fa8140c5843eaf674d606a2c14e9e Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 23 Nov 2017 14:39:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.0.0-alpha.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f8ab21..fc84d4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ + +# 2.0.0-alpha.2 (2017-11-23) + +### Bug Fixes +* Fix crash when using type `file` in OpenAPI 2.0 in some places + -# 2.0.0-alpha.1 +# 2.0.0-alpha.1 (2017-11-23) Complete rewrite of ReDoc using React so here only major changes are listed. Complete rewrite also means that this rewrite may introduce issues, but they should be resolved before `2.0.0`. diff --git a/package.json b/package.json index 13ac6594..45c75c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "ReDoc", "main": "bundles/redoc.lib.js", "scripts": {