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",