chore(release): 0.14.2 [skip ci]

## [0.14.2](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.1...v0.14.2) (2026-03-28)

### Bug Fixes

* **tests:** remove temp DB cleanup that races with other test files ([b08e006](https://github.com/siddharthksah/Stirling-Image/commit/b08e006512744f13b893e92e9ac20ee6299ab41c))
This commit is contained in:
semantic-release-bot
2026-03-28 04:49:54 +00:00
parent b08e006512
commit 1c8a6f10c8
9 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.14.1",
"version": "0.14.2",
"private": true,
"type": "module",
"main": "./src/index.ts",
+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 = "0.14.1";
export const APP_VERSION = "0.14.2";