chore: release v1.19.3

This commit is contained in:
Roman Hotsiy 2017-11-16 15:18:55 +02:00
parent fef9ec476c
commit 49695c62c9
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
<a name="1.19.3"></a>
## [1.19.3](https://github.com/Rebilly/ReDoc/compare/v1.19.2...v1.19.3) (2017-11-16)
### Bug Fixes
* html characters not escaped in code blocks (fixes [#378](https://github.com/Rebilly/ReDoc/issues/378)) ([fef9ec4](https://github.com/Rebilly/ReDoc/commit/fef9ec4))
<a name="1.19.2"></a>
## [1.19.2](https://github.com/Rebilly/ReDoc/compare/v1.19.1...v1.19.2) (2017-11-10)
### Bug Fixes
* response samples doesn't show only text/plain (fixes [#371](https://github.com/Rebilly/ReDoc/issues/371)) ([00aea06](https://github.com/Rebilly/ReDoc/commit/00aea06))
<a name="1.19.1"></a>
# [1.19.1](https://github.com/Rebilly/ReDoc/compare/v1.19.0...v1.19.1) (2017-10-02)

View File

@ -1,7 +1,7 @@
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
"version": "1.19.2",
"version": "1.19.3",
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"