chore(release): 0.65.0 [skip ci]

# [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0) (2021-01-05)

### Features

* **api:** filter /series endpoint by library_id ([1603a96](1603a96de6)), closes [#360](https://github.com/gotson/komga/issues/360)
This commit is contained in:
semantic-release-bot 2021-01-05 07:35:50 +00:00
parent 1603a96de6
commit dd81854c3d
3 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [0.65.0](https://github.com/gotson/komga/compare/v0.64.8...v0.65.0) (2021-01-05)
### Features
* **api:** filter /series endpoint by library_id ([1603a96](https://github.com/gotson/komga/commit/1603a96de6a0bb4fdcadad01220498f63a8fd729)), closes [#360](https://github.com/gotson/komga/issues/360)
## [0.64.8](https://github.com/gotson/komga/compare/v0.64.7...v0.64.8) (2020-12-31)

View File

@ -1 +1 @@
version=0.64.8
version=0.65.0

View File

@ -1957,6 +1957,17 @@
}
},
"parameters": [
{
"schema": {
"type": "array",
"items": {
"type": "string"
}
},
"in": "query",
"name": "library_id",
"required": false
},
{
"schema": {
"type": "boolean"
@ -2076,6 +2087,17 @@
}
},
"parameters": [
{
"schema": {
"type": "array",
"items": {
"type": "string"
}
},
"in": "query",
"name": "library_id",
"required": false
},
{
"schema": {
"type": "boolean"
@ -4707,6 +4729,17 @@
}
},
"parameters": [
{
"schema": {
"type": "array",
"items": {
"type": "string"
}
},
"in": "query",
"name": "library_id",
"required": false
},
{
"schema": {
"type": "boolean"