chore(release): 1.5.1 [skip ci]

## [1.5.1](https://github.com/stirling-image/stirling-image/compare/v1.5.0...v1.5.1) (2026-04-04)

### Bug Fixes

* install libheif-examples in CI for HEIC tests ([f07454d](https://github.com/stirling-image/stirling-image/commit/f07454d349cc5029636aa95bac7d67f505133424))
This commit is contained in:
semantic-release-bot
2026-04-04 13:41:45 +00:00
parent f07454d349
commit 169fb41d57
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.5.1](https://github.com/stirling-image/stirling-image/compare/v1.5.0...v1.5.1) (2026-04-04)
### Bug Fixes
* install libheif-examples in CI for HEIC tests ([d06092c](https://github.com/stirling-image/stirling-image/commit/d06092cba9db8cd91154196a11796a6dfc37bebb))
# [1.5.0](https://github.com/stirling-image/stirling-image/compare/v1.4.0...v1.5.0) (2026-04-04) # [1.5.0](https://github.com/stirling-image/stirling-image/compare/v1.4.0...v1.5.0) (2026-04-04)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/api", "name": "@stirling-image/api",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/docs", "name": "@stirling-image/docs",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"scripts": { "scripts": {
"docs:dev": "vitepress dev .", "docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/web", "name": "@stirling-image/web",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stirling-image", "name": "stirling-image",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.4",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/ai", "name": "@stirling-image/ai",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/image-engine", "name": "@stirling-image/image-engine",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@stirling-image/shared", "name": "@stirling-image/shared",
"version": "1.5.0", "version": "1.5.1",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "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 }, { platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
]; ];
export const APP_VERSION = "1.5.0"; export const APP_VERSION = "1.5.1";