chore(release): 0.5.2 [skip ci]

## [0.5.2](https://github.com/siddharthksah/Stirling-Image/compare/v0.5.1...v0.5.2) (2026-03-23)

### Bug Fixes

* restore APP_VERSION import used by health endpoint ([7dfa7a2](https://github.com/siddharthksah/Stirling-Image/commit/7dfa7a295de407f45832b68a2ef64acf2f21205f))
This commit is contained in:
semantic-release-bot
2026-03-23 16:49:00 +00:00
parent 7dfa7a295d
commit 06eabdd045
9 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -88,4 +88,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "0.5.1";
export const APP_VERSION = "0.5.2";