diff --git a/CHANGELOG.md b/CHANGELOG.md index db46b4c4..0fc4ec3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [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)) + + + # [2.0.0-alpha.15](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2018-03-16) diff --git a/package.json b/package.json index 5836a8aa..417f79e6 100644 --- a/package.json +++ b/package.json @@ -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": {