chore(release): 0.64.2 [skip ci]

## [0.64.2](https://github.com/gotson/komga/compare/v0.64.1...v0.64.2) (2020-10-25)

### Bug Fixes

* native webp library ([15caea3](15caea3b99)), closes [#279](https://github.com/gotson/komga/issues/279)
This commit is contained in:
semantic-release-bot 2020-10-25 04:27:00 +00:00
parent 15caea3b99
commit ef780c31d6
3 changed files with 38 additions and 31 deletions

View File

@ -1,3 +1,10 @@
## [0.64.2](https://github.com/gotson/komga/compare/v0.64.1...v0.64.2) (2020-10-25)
### Bug Fixes
* native webp library ([15caea3](https://github.com/gotson/komga/commit/15caea3b99b76162aa636bcd691032a4510f32ff)), closes [#279](https://github.com/gotson/komga/issues/279)
## [0.64.1](https://github.com/gotson/komga/compare/v0.64.0...v0.64.1) (2020-10-24)

View File

@ -1 +1 @@
version=0.64.1
version=0.64.2

View File

@ -1455,36 +1455,6 @@
],
"openapi": "3.0.1",
"paths": {
"/opds/v1.2/series/latest": {
"get": {
"operationId": "getLatestSeries_1",
"responses": {
"200": {
"description": "OK",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
}
}
}
},
"tags": [
"opds-controller"
]
}
},
"/opds/v1.2/search": {
"get": {
"operationId": "getSearch",
@ -1515,6 +1485,36 @@
]
}
},
"/opds/v1.2/series/latest": {
"get": {
"operationId": "getLatestSeries_1",
"responses": {
"200": {
"description": "OK",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
}
}
}
}
},
"tags": [
"opds-controller"
]
}
},
"/api/v1/books/{bookId}/next": {
"get": {
"operationId": "getBookSiblingNext",