From bb67c6ceef0dea8b5c1d11407f4f43d3e3df7ec1 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 15 Mar 2018 22:26:48 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.14=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 | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5012b86f6..95732fef3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.0.0-alpha.14](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2018-03-15) + + +### Bug Fixes + +* fix CLI crash + build it on travis ([7769ba8](https://github.com/Rebilly/Redoc/commit/7769ba8)) + + + # [2.0.0-alpha.13](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2018-03-15) diff --git a/package.json b/package.json index a7965c4096..53081a78be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.13", + "version": "2.0.0-alpha.14", "description": "ReDoc", "main": "bundles/redoc.lib.js", "bin": "bin/cli.js",