chore(release): 1.11.0 [skip ci]

# [1.11.0](https://github.com/stirling-image/stirling-image/compare/v1.10.0...v1.11.0) (2026-04-07)

### Features

* **docs:** auto-generate llms.txt via vitepress-plugin-llms ([6a362d6](https://github.com/stirling-image/stirling-image/commit/6a362d6443cd85ac58a46f5b5cf29f9b6ff3020c))
This commit is contained in:
semantic-release-bot
2026-04-07 16:53:54 +00:00
parent 6a362d6443
commit 7bc979f677
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
# [1.11.0](https://github.com/stirling-image/stirling-image/compare/v1.10.0...v1.11.0) (2026-04-07)
### Features
* **docs:** auto-generate llms.txt via vitepress-plugin-llms ([ee28ec6](https://github.com/stirling-image/stirling-image/commit/ee28ec66ea137127bb1f4f1bf9e43be0b9f78cbf))
# [1.10.0](https://github.com/stirling-image/stirling-image/compare/v1.9.0...v1.10.0) (2026-04-07)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "1.10.0",
"version": "1.11.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.10.0";
export const APP_VERSION = "1.11.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).