diff --git a/CHANGELOG.md b/CHANGELOG.md index 613507ec..fe131a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [2.0.0-alpha.30](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2018-07-19) + + +### Bug Fixes + +* fix usage with CRA by transpiling swagger2openapi deps ([6473e62](https://github.com/Rebilly/ReDoc/commit/6473e62)), closes [#566](https://github.com/Rebilly/ReDoc/issues/566) + + +### Features + +* theme reshape and new options ([58bddc8](https://github.com/Rebilly/ReDoc/commit/58bddc8)) + + + # [2.0.0-alpha.29](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2018-07-18) diff --git a/package.json b/package.json index c3e527ce..f3a7d33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "description": "ReDoc", "repository": { "type": "git",