chore: Release 2.0.0-alpha.16 🔖

This commit is contained in:
Roman Hotsiy 2018-03-18 17:16:27 +02:00
parent 096cbeb4a4
commit 20730c82b4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
<a name="2.0.0-alpha.16"></a>
# [2.0.0-alpha.16](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2018-03-18)
### Bug Fixes
* move cli to a separate npm package ([95c7585](https://github.com/Rebilly/Redoc/commit/95c7585))
* prefer `.extend` over `styled()` to make styles more predictable ([ed20ac1](https://github.com/Rebilly/Redoc/commit/ed20ac1))
### Features
* use new Context API for options ([e022349](https://github.com/Rebilly/Redoc/commit/e022349))
<a name="2.0.0-alpha.15"></a>
# [2.0.0-alpha.15](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2018-03-16)

View File

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