mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
🔖 Release v2.0.0-alpha.2
This commit is contained in:
parent
b037318c73
commit
9f8aee2810
|
@ -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>
|
||||
# 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`.
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user