From 20730c82b4b6d58a014123b56f2548e4879619a8 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 18 Mar 2018 17:16:27 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.16=20?= =?UTF-8?q?=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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": {