mirror of
https://github.com/gotson/komga.git
synced 2025-12-25 09:53:20 +01:00
chore(release): 0.112.2 [skip ci]
## [0.112.2](https://github.com/gotson/komga/compare/v0.112.1...v0.112.2) (2021-07-30) ### Bug Fixes * **api:** ignore search parameter when blank ([48637e2](48637e26e4))
This commit is contained in:
parent
48637e26e4
commit
d096d7432b
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
## [0.112.2](https://github.com/gotson/komga/compare/v0.112.1...v0.112.2) (2021-07-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **api:** ignore search parameter when blank ([48637e2](https://github.com/gotson/komga/commit/48637e26e4f8a17a3501a15bcc6f96ac4473243b))
|
||||
|
||||
## [0.112.1](https://github.com/gotson/komga/compare/v0.112.0...v0.112.1) (2021-07-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
version=0.112.1
|
||||
version=0.112.2
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
|
||||
|
|
|
|||
|
|
@ -4307,7 +4307,6 @@
|
|||
"parameters": [
|
||||
{
|
||||
"schema": {
|
||||
"default": "",
|
||||
"type": "string"
|
||||
},
|
||||
"in": "query",
|
||||
|
|
|
|||
Loading…
Reference in a new issue