Skip to content

Commit 70a496f

Browse files
chore(main): release 0.10.4 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8010da1 commit 70a496f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.3"
2+
".": "0.10.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.10.4](https://github.com/frankieramirez/comicarr/compare/v0.10.3...v0.10.4) (2026-04-06)
8+
9+
10+
### Bug Fixes
11+
12+
* Resolve broken dashboard images and AI banner issues ([#106](https://github.com/frankieramirez/comicarr/issues/106)) ([8010da1](https://github.com/frankieramirez/comicarr/commit/8010da1524f9722fac65466d655cc3f19e128ee4))
13+
714
## [0.10.3](https://github.com/frankieramirez/comicarr/compare/v0.10.2...v0.10.3) (2026-04-06)
815

916

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "comicarr",
33
"private": true,
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comicarr"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "Automated Comic Book Manager"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)