This commit is contained in:
Roman Hotsiy 2018-09-10 18:33:38 +03:00
parent fb7adb631a
commit 021178b7b2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
<a name="1.22.1"></a>
## [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))
<a name="1.22.0"></a>
# [1.22.0](https://github.com/Rebilly/ReDoc/compare/v1.21.2...v1.22.0) (2018-05-02)

View File

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