From 73b2126d54dd8d4f9efc05a80291b2f338adc6ba Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 8 Feb 2018 01:19:22 +0200 Subject: [PATCH] =?UTF-8?q?Release=202.0.0-alpha.12=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786fa0cb..9dfd4434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# [2.0.0-alpha.12](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2018-02-07) + + +### Bug Fixes + +* basic responsiveness ([a29c3cc](https://github.com/Rebilly/Redoc/commit/a29c3cc)) +* crash in MarkdownRenderer on non-string ([dead161](https://github.com/Rebilly/Redoc/commit/dead161)) +* discriminator fix ([ff3bb24](https://github.com/Rebilly/Redoc/commit/ff3bb24)) +* filter out non-existing security schemas + warn ([ee822f6](https://github.com/Rebilly/Redoc/commit/ee822f6)) +* fix oneOf title for array ([1f3701d](https://github.com/Rebilly/Redoc/commit/1f3701d)) +* fix tbody > tr nesting warning ([a3cbb14](https://github.com/Rebilly/Redoc/commit/a3cbb14)) +* improve copy tooltip perf ([29207cf](https://github.com/Rebilly/Redoc/commit/29207cf)) +* resolve menu synchronization issue (use proper throttle) ([84d1c7b](https://github.com/Rebilly/Redoc/commit/84d1c7b)) + + +### Features + +* responsive side menu ([3aab2d9](https://github.com/Rebilly/Redoc/commit/3aab2d9)) + + + # [2.0.0-alpha.11](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2018-01-29) diff --git a/package.json b/package.json index ef4f090e..d955719b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.11", + "version": "2.0.0-alpha.12", "description": "ReDoc", "main": "bundles/redoc.lib.js", "scripts": {