From 4289eb0bee49ad23d5bc0535772e31ec2bfc9fd9 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 15 Jan 2020 23:08:12 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-rc.22=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b271ea27..84f7d7a20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0-rc.22](https://github.com/Redocly/redoc/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2020-01-15) + + +### Bug Fixes + +* do not process oneOf if inherited from parent with discriminator ([5248415](https://github.com/Redocly/redoc/commit/52484157912d908daea8255d0b7d684b33258d7a)) + + +### Features + +* add HTTP syntax highlighting ([#1157](https://github.com/Redocly/redoc/issues/1157)) ([27a4af7](https://github.com/Redocly/redoc/commit/27a4af707686d56280753473b4294ee4af096534)) + + + # [2.0.0-rc.21](https://github.com/Redocly/redoc/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2020-01-10) diff --git a/package.json b/package.json index cdaff8fe80..bb8067b80a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.21", + "version": "2.0.0-rc.22", "description": "ReDoc", "repository": { "type": "git",