chore: Release 2.0.0-rc.2 🔖

This commit is contained in:
Roman Hotsiy 2019-01-27 20:13:25 +07:00
parent d197c0feda
commit 889cbe3f79
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# [2.0.0-rc.2](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2019-01-27)
### Bug Fixes
* make padding for md code blocks and code samples consistent ([007752d](https://github.com/Rebilly/ReDoc/commit/007752d))
* make syntax highlighting for md js code blocks same as for payload samples ([d197c0f](https://github.com/Rebilly/ReDoc/commit/d197c0f))
* Only display API version if present ([#773](https://github.com/Rebilly/ReDoc/issues/773)) ([fb3cb36](https://github.com/Rebilly/ReDoc/commit/fb3cb36))
# [2.0.0-rc.1](https://github.com/Rebilly/ReDoc/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2019-01-17)

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "ReDoc",
"repository": {
"type": "git",