From 121bf640faf7afae4090e7db435138483536f5c4 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 7 Aug 2019 12:33:55 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-rc.14=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c7f4d0..a3c424a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.0.0-rc.14](https://github.com/Redocly/redoc/compare/v2.0.0-rc.13...v2.0.0-rc.14) (2019-08-07) + + +### Bug Fixes + +* fix escaping JSON string values ([58cb20d](https://github.com/Redocly/redoc/commit/58cb20d)), closes [#999](https://github.com/Redocly/redoc/issues/999) +* revert expanding default server variables ([7849f7f](https://github.com/Redocly/redoc/commit/7849f7f)) + + + # [2.0.0-rc.13](https://github.com/Redocly/redoc/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2019-08-01) diff --git a/package.json b/package.json index f435bfed..5b199dcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.13", + "version": "2.0.0-rc.14", "description": "ReDoc", "repository": { "type": "git",