Skip to content

Commit

Permalink
chore(release): 1.10.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent 2ec3265 commit 5427eaf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.10.3](https://github.com/gotson/komga/compare/1.10.2...1.10.3) (2024-01-23)
## 🐛 Fixes
**komga**
- add field alias for Mylar series.json ([bc5a73a](https://github.com/gotson/komga/commits/bc5a73a))

## 🔄️ Changes
**komga**
- remove deprecated property ([2ec3265](https://github.com/gotson/komga/commits/2ec3265))

## 🛠 Build
**release**
- stop publishing Conveyor old-site ([9d1b82a](https://github.com/gotson/komga/commits/9d1b82a))

# [1.10.2](https://github.com/gotson/komga/compare/1.10.1...1.10.2) (2024-01-22)
## 🐛 Fixes
**komga**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.10.2
version=1.10.3
org.gradle.jvmargs=-Xmx2G
6 changes: 3 additions & 3 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9617,15 +9617,15 @@
"analyzeDimensions": {
"type": "boolean"
},
"oneshotsDirectory": {
"type": "string"
},
"scanDirectoryExclusions": {
"uniqueItems": true,
"type": "array",
"items": {
"type": "string"
}
},
"oneshotsDirectory": {
"type": "string"
}
},
"description": "Fields to update. You can omit fields you don\u0027t want to update."
Expand Down

0 comments on commit 5427eaf

Please sign in to comment.