🔖 Release v2.0.0-alpha.2

This commit is contained in:
Roman Hotsiy 2017-11-23 14:39:05 +02:00
parent b037318c73
commit 9f8aee2810
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2017-11-23)
### Bug Fixes
* Fix crash when using type `file` in OpenAPI 2.0 in some places
<a name="2.0.0-alpha.1"></a> <a name="2.0.0-alpha.1"></a>
# 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 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`. Complete rewrite also means that this rewrite may introduce issues, but they should be resolved before `2.0.0`.

View File

@ -1,6 +1,6 @@
{ {
"name": "redoc", "name": "redoc",
"version": "2.0.0-alpha.1", "version": "2.0.0-alpha.2",
"description": "ReDoc", "description": "ReDoc",
"main": "bundles/redoc.lib.js", "main": "bundles/redoc.lib.js",
"scripts": { "scripts": {