From 021178b7b2bb4c2eeb0586522d3674f6d41d63a5 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 10 Sep 2018 18:33:38 +0300 Subject: [PATCH] v1.22.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838b6e33..5d4a55a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.22.1](https://github.com/Rebilly/ReDoc/compare/v1.22.0...v1.22.1) (2018-09-10) + + +### Bug Fixes + +* crash when using code-samples ([fb7adb6](https://github.com/Rebilly/ReDoc/commit/fb7adb6)) +* ip addresses not supported as host ([#616](https://github.com/Rebilly/ReDoc/issues/616)) ([3b008a1](https://github.com/Rebilly/ReDoc/commit/3b008a1)) + + + # [1.22.0](https://github.com/Rebilly/ReDoc/compare/v1.21.2...v1.22.0) (2018-05-02) diff --git a/package.json b/package.json index 96db99d5..3e0d530d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redoc", "description": "Swagger-generated API Reference Documentation", - "version": "1.22.0", + "version": "1.22.1", "repository": { "type": "git", "url": "git://github.com/Rebilly/ReDoc"