🔖 Release v2.0.0-alpha.5

This commit is contained in:
Roman Hotsiy 2017-12-07 13:56:43 +02:00
parent 4ae1574c6c
commit d27ba74679
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="2.0.0-alpha.5"></a>
# [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))
<a name="2.0.0-alpha.4"></a>
# [2.0.0-alpha.4](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2017-11-24)

View File

@ -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": {