From a66de6cb58db3cd4eaa6692600325fdfdfcbe926 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 29 Jan 2018 18:45:25 +0200 Subject: [PATCH] =?UTF-8?q?Release=202.0.0-alpha.11=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7118493914..786fa0cbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [2.0.0-alpha.11](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2018-01-29) + + +### Bug Fixes + +* courier misspelling ([#409](https://github.com/Rebilly/Redoc/issues/409)) ([96fb7ce](https://github.com/Rebilly/Redoc/commit/96fb7ce)) +* crash on 2-level md heading at the beginning ([e9f23f7](https://github.com/Rebilly/Redoc/commit/e9f23f7)) +* make active tab more clear ([4b5df22](https://github.com/Rebilly/Redoc/commit/4b5df22)) +* perfect scroll not working ([199f240](https://github.com/Rebilly/Redoc/commit/199f240)) +* use array items example ([12f79f0](https://github.com/Rebilly/Redoc/commit/12f79f0)), closes [#408](https://github.com/Rebilly/Redoc/issues/408) +* wrap text in code samples ([6c71a66](https://github.com/Rebilly/Redoc/commit/6c71a66)) + + +### Features + +* port "copy to clipboard" / "expand/collapse all" functionality ([5bb0bdf](https://github.com/Rebilly/Redoc/commit/5bb0bdf)), closes [#410](https://github.com/Rebilly/Redoc/issues/410) + + + # [2.0.0-alpha.9](https://github.com/Rebilly/Redoc/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2018-01-11) diff --git a/package.json b/package.json index adbf31bf07..052dea049b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.10", + "version": "2.0.0-alpha.11", "description": "ReDoc", "main": "bundles/redoc.lib.js", "scripts": {