chore(release): 1.8.1 [skip ci]

This commit is contained in:
github-actions 2023-11-28 09:15:45 +00:00
parent 85cae8af64
commit c9cb93c6ab
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
# [1.8.1](https://github.com/gotson/komga/compare/1.8.0...1.8.1) (2023-11-28)
## 🐛 Fixes
**api**
- set X-Frame-Options header to same origin for epubreader ([85cae8a](https://github.com/gotson/komga/commits/85cae8a))
# [1.8.0](https://github.com/gotson/komga/compare/1.7.2...1.8.0) (2023-11-28)
## 🚀 Features
**api**

View file

@ -1,2 +1,2 @@
version=1.8.0
version=1.8.1
org.gradle.jvmargs=-Xmx2G

View file

@ -12872,6 +12872,9 @@
"type": "number",
"format": "double"
},
"concrete": {
"type": "boolean"
},
"wildcardType": {
"type": "boolean"
},
@ -12881,9 +12884,6 @@
"subtypeSuffix": {
"type": "string"
},
"concrete": {
"type": "boolean"
},
"charset": {
"type": "string"
}