chore(release): 1.2.1 [skip ci]

## [1.2.1](https://github.com/stirling-image/stirling-image/compare/v1.2.0...v1.2.1) (2026-04-03)

### Bug Fixes

* handle volume permission issues for bind-mounted /data directory ([39afb2a](https://github.com/stirling-image/stirling-image/commit/39afb2a4032f64d49ef897da9b2616fe87668e0c))
This commit is contained in:
semantic-release-bot
2026-04-03 16:17:11 +00:00
parent 39afb2a403
commit 9f2dc00ec8
9 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -354,4 +354,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "1.2.0";
export const APP_VERSION = "1.2.1";