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:
semantic-release-bot 2021-07-30 02:23:08 +00:00
parent 48637e26e4
commit d096d7432b
3 changed files with 8 additions and 2 deletions

View file

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

View file

@ -1,2 +1,2 @@
version=0.112.1
version=0.112.2
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G

View file

@ -4307,7 +4307,6 @@
"parameters": [
{
"schema": {
"default": "",
"type": "string"
},
"in": "query",