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",