semantic-release-bot
2026-04-07 16:11:15 +00:00
parent 28d0dfb45d
commit d4d421d3ff
9 changed files with 18 additions and 8 deletions
+10
View File
@@ -1,3 +1,13 @@
# [1.10.0](https://github.com/stirling-image/stirling-image/compare/v1.9.0...v1.10.0) (2026-04-07)
### Features
* add content-aware resize API route and registration ([aa3cc5c](https://github.com/stirling-image/stirling-image/commit/aa3cc5c6d0d602bcc88dac23684620676c4b3a3f))
* add content-aware resize toggle to resize settings UI ([4b4464f](https://github.com/stirling-image/stirling-image/commit/4b4464f4a0b63ec312d961fecc22232b39e14872))
* add seam carving AI bridge module ([3c0f5b6](https://github.com/stirling-image/stirling-image/commit/3c0f5b6c45bf0ba8b37d67aa0fa25d3c3603e888))
* add seam carving Python script with face protection ([fb833e4](https://github.com/stirling-image/stirling-image/commit/fb833e4613ab8aa63b95facc2fe621eaa27e438a))
# [1.9.0](https://github.com/stirling-image/stirling-image/compare/v1.8.1...v1.9.0) (2026-04-07)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -370,7 +370,7 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "1.9.0";
export const APP_VERSION = "1.10.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).