Skip to content

Commit

Permalink
chore: Release 2.0.0-rc.4 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 15, 2019
1 parent 56ca371 commit 0dab8af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "ReDoc",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0dab8af

Please sign in to comment.