From 92ed914701715e0975cd4ebcd14dab8b845e3399 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 23 Feb 2018 15:21:23 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v1.21.1=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600cba29f4..086bed0bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.21.1](https://github.com/Rebilly/ReDoc/compare/v1.21.0...v1.21.1) (2018-02-23) + + +### Bug Fixes + +* avoid endless recursion in schema-walker in some cases ([309cc23](https://github.com/Rebilly/ReDoc/commit/309cc23)), closes [#418](https://github.com/Rebilly/ReDoc/issues/418) [#395](https://github.com/Rebilly/ReDoc/issues/395) +* fix crash when discriminator is used incorrectly ([b1d928d](https://github.com/Rebilly/ReDoc/commit/b1d928d)) + + + # [1.21.0](https://github.com/Rebilly/ReDoc/compare/v1.20.0...v1.21.0) (2018-02-18) diff --git a/package.json b/package.json index 87fbc1577d..de27dde2f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redoc", "description": "Swagger-generated API Reference Documentation", - "version": "1.21.0", + "version": "1.21.1", "repository": { "type": "git", "url": "git://github.com/Rebilly/ReDoc"