diff --git a/CHANGELOG.md b/CHANGELOG.md index 896efebd..fdda9c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.0.0-rc.4](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2019-03-15) + + +### Bug Fixes + +* move swagger2openapi to deps because of missing transitive deps ([ed9b878](https://github.com/Rebilly/ReDoc/commit/ed9b878)) + + +### Features + +* display requestBody description [#833](https://github.com/Rebilly/ReDoc/issues/833) ([#838](https://github.com/Rebilly/ReDoc/issues/838)) ([56ca371](https://github.com/Rebilly/ReDoc/commit/56ca371)) + + # [2.0.0-rc.3](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2019-03-15) diff --git a/cli/package.json b/cli/package.json index e15fdfb0..abf5420b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.8.0", + "version": "0.8.1", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", @@ -15,7 +15,7 @@ "mobx": "^4.2.0", "react": "^16.8.4", "react-dom": "^16.8.4", - "redoc": "^2.0.0-rc.3", + "redoc": "^2.0.0-rc.4", "styled-components": "^4.1.12", "tslib": "^1.9.3", "yargs": "^12.0.5" diff --git a/package.json b/package.json index ab86e297..29c4c573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "description": "ReDoc", "repository": { "type": "git",