v2.0.0-alpha.3

This commit is contained in:
Roman Hotsiy 2017-11-23 16:23:14 +02:00
parent 3d4ccaaf67
commit ce543cf793
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
<a name="2.0.0-alpha.3"></a>
# [2.0.0-alpha.3](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2017-11-23)
### Bug Fixes
* crash when $ref is url encoded ([bdf6079](https://github.com/Rebilly/Redoc/commit/bdf6079))
* make oneOf not skip fields defined alongside ([8680775](https://github.com/Rebilly/Redoc/commit/8680775))
<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2017-11-23)

View File

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